added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / 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)