X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Framfs%2FMakefile;h=c71e65dcad2575f60f5776f88061681d1f24f33f;hb=f6f286f33e843862c559bfea9281318c4cdec6b0;hp=5a0236e02ee1f28a828e975ebbef3df998b6ec30;hpb=944d79559d154c12becde0dab327016cf438f46c;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