https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d62ed4db6d30b1fe33d39d7d3685b9c1b44aa3ad authored by Jason Self on 20 February 2009, 22:39:47 UTC
Linux-libre 2.6.27.19-gnu1
Tip revision: d62ed4d
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