https://jxself.org/git/linux-libre.git
Raw File
Tip revision: beb7c71276ee762e3f505bb04f35307930f0ecab authored by Jason Self on 25 June 2014, 08:42:11 UTC
Linux-libre 3.12.23-gnu
Tip revision: beb7c71
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