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