https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4bf2e93b5eecb80fcade34e8914c57124b678f57 authored by Jason Self on 06 February 2012, 17:31:55 UTC
Linux-libre 3.0.20-gnu1
Tip revision: 4bf2e93
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