X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fromfs%2FMakefile;h=420beb7d495cdcbedf917815a85ff905bf5b785f;hb=89b7161c48f4b7acd5cb70d7da6b3abf3fe982d1;hp=c95b21cf49a389b59f858df4465b4d1241b84d7f;hpb=aef8755711a28bb0ecde7780ae6613fcb62cf6f7;p=firefly-linux-kernel-4.4.55.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 +