https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a9da95e37d32a7da9a4dad2e7427624240c7f38b authored by Jason Self on 09 February 2011, 21:15:44 UTC
Linux-libre 2.6.27.58-gnu1
Tip revision: a9da95e
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