blob: 420beb7d495cdcbedf917815a85ff905bf5b785f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
David Howellsda4458b2009-02-12 10:40:10 +00002# Makefile for the linux RomFS filesystem routines.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
4
5obj-$(CONFIG_ROMFS_FS) += romfs.o
6
David Howellsda4458b2009-02-12 10:40:10 +00007romfs-y := storage.o super.o
8
9ifneq ($(CONFIG_MMU),y)
10romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
11endif
12