https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 21656d89e3e1dc089d53cd91b2ff89ddab276b58 authored by Jason Self on 20 March 2013, 19:59:50 UTC
Linux-libre 3.0.70-gnu1
Tip revision: 21656d8
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