https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 94f2d9522b0e8c1e9d75fd6fe7d33bbfedc1606c authored by Jason Self on 19 March 2012, 15:58:36 UTC
Linux-libre 3.0.25-gnu1
Tip revision: 94f2d95
Makefile
#
# Makefile for the linux ramfs routines.
#

obj-y += ramfs.o

file-mmu-y := file-nommu.o
file-mmu-$(CONFIG_MMU) := file-mmu.o
ramfs-objs += inode.o $(file-mmu-y)
back to top