https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5888989c6a1c99724a31b9d5f4ec6bcdaf24f0ee authored by Jason Self on 13 April 2016, 14:57:10 UTC
Linux-libre 3.12.58-gnu
Tip revision: 5888989
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