Sign in
coral
/
linux-mtk
/
810cfc3d9d2e4b345ba7e5d6290b00562e9e0d27
/
.
/
fs
/
ramfs
/
Makefile
blob: c71e65dcad2575f60f5776f88061681d1f24f33f [
file
] [
log
] [
blame
]
#
# 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
)