blob: c71e65dcad2575f60f5776f88061681d1f24f33f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the linux ramfs routines.
3#
4
Robert P. J. Day8e3f7152007-10-16 23:29:27 -07005obj-y += ramfs.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
David Howells642fb4d2006-01-06 00:11:41 -08007file-mmu-y := file-nommu.o
8file-mmu-$(CONFIG_MMU) := file-mmu.o
9ramfs-objs += inode.o $(file-mmu-y)