https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 23ac39bf032552df23f3dd7b54b2064a948b60bf authored by Jason Self on 08 December 2013, 16:17:27 UTC
Linux-libre 3.10.23-gnu
Tip revision: 23ac39b
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