GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / fs / ramfs / Makefile
blobc71e65dcad2575f60f5776f88061681d1f24f33f
2 # Makefile for the linux ramfs routines.
5 obj-y += ramfs.o
7 file-mmu-y := file-nommu.o
8 file-mmu-$(CONFIG_MMU) := file-mmu.o
9 ramfs-objs += inode.o $(file-mmu-y)