Makefile 164 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the linux ramfs routines.
#

5
obj-y += ramfs.o
L
Linus Torvalds 已提交
6

7 8 9
file-mmu-y := file-nommu.o
file-mmu-$(CONFIG_MMU) := file-mmu.o
ramfs-objs += inode.o $(file-mmu-y)