repo.or.cz
/
linux-2.6.22.y-op.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER]: PPTP conntrack: consolidate header parsing
[linux-2.6.22.y-op.git]
/
fs
/
ramfs
/
Makefile
blob
5a0236e02ee1f28a828e975ebbef3df998b6ec30
1
#
2
# Makefile for the linux ramfs routines.
3
#
4
5
obj-
$(
CONFIG_RAMFS
) +=
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
)