drm: Fix authentication kernel crash
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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