conn rcv_lock converted to spinlock, struct cor_sock created, kernel_packet skb_clone...
[cor_2_6_31.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