Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau...
[linux-2.6/libata-dev.git] / fs / romfs / Makefile
blob420beb7d495cdcbedf917815a85ff905bf5b785f
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