https://jxself.org/git/linux-libre.git
Raw File
Tip revision: dab37cdccec2854f4b635b824d691d522287caf9 authored by Jason Self on 13 September 2015, 16:08:42 UTC
Linux-libre 3.10.88-gnu
Tip revision: dab37cd
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