X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Framfs%2FMakefile;h=c71e65dcad2575f60f5776f88061681d1f24f33f;hb=2da3e160cb3d226d87b907fab26850d838ed8d7c;hp=5a0236e02ee1f28a828e975ebbef3df998b6ec30;hpb=642fb4d1f1dd2417aa69189fe5ceb81e4fb72900;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile index 5a0236e..c71e65d 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