https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 32af497bed629da38768a1db30b997adba8e00bf authored by Jason Self on 04 January 2014, 23:12:27 UTC
Linux-libre 3.13-rc7-gnu
Tip revision: 32af497
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