aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fscache/Makefile')
-rw-r--r--fs/fscache/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile
index 79e08e05ef84..afb090ea16c4 100644
--- a/fs/fscache/Makefile
+++ b/fs/fscache/Makefile
@@ -6,16 +6,11 @@
fscache-y := \
cache.o \
cookie.o \
- fsdef.o \
+ io.o \
main.o \
- netfs.o \
- object.o \
- operation.o \
- page.o
+ volume.o
fscache-$(CONFIG_PROC_FS) += proc.o
fscache-$(CONFIG_FSCACHE_STATS) += stats.o
-fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
-fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
obj-$(CONFIG_FSCACHE) := fscache.o