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 4420ac6ea10d..6f82da2aa9d1 100644
--- a/fs/fscache/Makefile
+++ b/fs/fscache/Makefile
@@ -8,7 +8,8 @@ fscache-y := \
8 fsdef.o \ 8 fsdef.o \
9 main.o \ 9 main.o \
10 netfs.o \ 10 netfs.o \
11 object.o 11 object.o \
12 operation.o
12 13
13fscache-$(CONFIG_PROC_FS) += proc.o 14fscache-$(CONFIG_PROC_FS) += proc.o
14fscache-$(CONFIG_FSCACHE_STATS) += stats.o 15fscache-$(CONFIG_FSCACHE_STATS) += stats.o