X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Framfs%2FMakefile;h=c71e65dcad2575f60f5776f88061681d1f24f33f;hb=197cd65accc6a274dabcd81f4811ba5d9a4856df;hp=5a0236e02ee1f28a828e975ebbef3df998b6ec30;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=linux-2.6 diff --git a/fs/ramfs/Makefile b/fs/ramfs/Makefile index 5a0236e02e..c71e65dcad 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