GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / fs / romfs / Makefile
blobf5f95037a5dfed0fa0199228342b9276085eaf7a
2 # Makefile for the linux RomFS filesystem routines.
5 obj-$(CONFIG_ROMFS_FS) += romfs.o
7 romfs-y := storage.o super.o
9 ifneq ($(CONFIG_MMU),y)
10 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
11 endif