https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 51ccbfa138f67f653df58d2f629673268c562d4a authored by Jason Self on 26 November 2011, 17:12:21 UTC
Linux-libre 2.6.32.49-gnu1
Tip revision: 51ccbfa
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