blob: 5a0236e02ee1f28a828e975ebbef3df998b6ec30 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the linux ramfs routines.
3#
4
5obj-$(CONFIG_RAMFS) += ramfs.o
6
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)