Sign in
nest-open-source
/
nest-learning-thermostat
/
5.2
/
linux
/
7c4c5a477d77e0a995fb6dfb1ff1e03a2156d9ea
/
.
/
linux-imx
/
fs
/
ramfs
/
Makefile
blob: c71e65dcad2575f60f5776f88061681d1f24f33f [
file
]
#
# 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
)