https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ecc66471615b25c97f94a29fdab02657e2d64b56 authored by Jason Self on 01 August 2010, 22:11:23 UTC
Linux-libre 2.6.35-gnu1
Tip revision: ecc6647
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