Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
a6891645cf2ddd4778096848a864580e7258faba
/
.
/
fs
/
fscache
/
Makefile
blob: bc1f3b9d811a0012d5f892a8aee6eaa836f90230 [
file
] [
log
] [
blame
]
#
# Makefile for general filesystem caching code
#
fscache
-
y
:=
\
fsdef
.
o \
main
.
o
fscache
-
$
(
CONFIG_PROC_FS
)
+=
proc
.
o
fscache
-
$
(
CONFIG_FSCACHE_STATS
)
+=
stats
.
o
fscache
-
$
(
CONFIG_FSCACHE_HISTOGRAM
)
+=
histogram
.
o
obj
-
$
(
CONFIG_FSCACHE
)
:=
fscache
.
o