Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7394daa8c61dfda4baa687f133748fa0b599b017
/
.
/
fs
/
fscache
/
Makefile
blob: 1384823a160cb815512f088caeb28c52a5b6bf15 [
file
] [
log
] [
blame
]
#
# Makefile for general filesystem caching code
#
fscache
-
y
:=
\
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