X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Framfs%2FMakefile;h=c71e65dcad2575f60f5776f88061681d1f24f33f;hb=bd1f7936ab5138d7e5e4f61bb4371e2994b2b2c5;hp=5a0236e02ee1f28a828e975ebbef3df998b6ec30;hpb=ea9b395fe20ac74be788f415af2622ac8f0c35c7;p=linux-2.6-omap-h63xx.git diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile index 5a0236e02ee..c71e65dcad2 100644 --- a/fs/ramfs/Makefile +++ b/fs/ramfs/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux ramfs routines. # -obj-$(CONFIG_RAMFS) += ramfs.o +obj-y += ramfs.o file-mmu-y := file-nommu.o file-mmu-$(CONFIG_MMU) := file-mmu.o