xref: /linux/fs/ramfs/Makefile (revision 8e3f715a7f004ceb6451cf86101d6e2546eea883)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Makefile for the linux ramfs routines.
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5*8e3f715aSRobert P. J. Dayobj-y += ramfs.o
61da177e4SLinus Torvalds
7642fb4d1SDavid Howellsfile-mmu-y := file-nommu.o
8642fb4d1SDavid Howellsfile-mmu-$(CONFIG_MMU) := file-mmu.o
9642fb4d1SDavid Howellsramfs-objs += inode.o $(file-mmu-y)
10