https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 78a6b9f5b89641f3e2a09fd5f78db860f6eb1eae authored by Jason Self on 08 January 2015, 17:58:35 UTC
Linux-libre 3.10.64-gnu
Tip revision: 78a6b9f
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