https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 256738c8aac0a8d3e330166e0798ae8150f81401 authored by Jason Self on 03 January 2012, 18:50:18 UTC
Linux-libre 3.0.15-gnu1
Tip revision: 256738c
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