Merge branch 'akpm' (fixes from Andrew)
[linux-2.6/cjktty.git] / fs / ramfs / Makefile
blobc71e65dcad2575f60f5776f88061681d1f24f33f
2 # Makefile for the linux ramfs routines.
5 obj-y += ramfs.o
7 file-mmu-y := file-nommu.o
8 file-mmu-$(CONFIG_MMU) := file-mmu.o
9 ramfs-objs += inode.o $(file-mmu-y)