https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6e0df1ab69fb45a0cf35d1ef152d53ff2ffbf2dd authored by Jason Self on 30 April 2011, 14:53:51 UTC
Linux-libre 2.6.27.59-gnu1
Tip revision: 6e0df1a
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