aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fscache/Makefile')
-rw-r--r--fs/fscache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile
index f88ac1764ce3..ecf6946eaeb3 100644
--- a/fs/fscache/Makefile
+++ b/fs/fscache/Makefile
@@ -6,7 +6,8 @@ fscache-y := \
6 cache.o \ 6 cache.o \
7 cookie.o \ 7 cookie.o \
8 fsdef.o \ 8 fsdef.o \
9 main.o 9 main.o \
10 netfs.o
10 11
11fscache-$(CONFIG_PROC_FS) += proc.o 12fscache-$(CONFIG_PROC_FS) += proc.o
12fscache-$(CONFIG_FSCACHE_STATS) += stats.o 13fscache-$(CONFIG_FSCACHE_STATS) += stats.o