repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Blackfin: DNP5370: new board port
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
fs
/
ramfs
/
Makefile
blob
c71e65dcad2575f60f5776f88061681d1f24f33f
1
#
2
# Makefile for the linux ramfs routines.
3
#
4
5
obj-y
+=
ramfs.o
6
7
file-mmu-y
:=
file-nommu.o
8
file-mmu-
$(
CONFIG_MMU
) :=
file-mmu.o
9
ramfs-objs
+=
inode.o
$(
file-mmu-y
)