https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b4c99d1a64454612229e089564e2dbabcb6bc273 authored by Jason Self on 13 November 2013, 03:06:04 UTC
Linux-libre 3.10.19-gnu
Tip revision: b4c99d1
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