X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fromfs%2FMakefile;h=420beb7d495cdcbedf917815a85ff905bf5b785f;hb=e57f146b2837d6a2d04a8ca86cb703f509b00e98;hp=c95b21cf49a389b59f858df4465b4d1241b84d7f;hpb=aef8755711a28bb0ecde7780ae6613fcb62cf6f7;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/romfs/Makefile b/fs/romfs/Makefile index c95b21cf49a3..420beb7d495c 100644 --- a/fs/romfs/Makefile +++ b/fs/romfs/Makefile @@ -1,7 +1,12 @@ # -# Makefile for the linux romfs filesystem routines. +# Makefile for the linux RomFS filesystem routines. # obj-$(CONFIG_ROMFS_FS) += romfs.o -romfs-objs := inode.o +romfs-y := storage.o super.o + +ifneq ($(CONFIG_MMU),y) +romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o +endif +