blob: ecf6946eaeb3409a80e9ee2058a8294e7c2c2e7c [file] [log] [blame]
David Howells06b3db12009-04-03 16:42:36 +01001#
2# Makefile for general filesystem caching code
3#
4
5fscache-y := \
David Howells0e04d4c2009-04-03 16:42:37 +01006 cache.o \
David Howells955d00912009-04-03 16:42:38 +01007 cookie.o \
David Howellsa6891642009-04-03 16:42:37 +01008 fsdef.o \
David Howells726dd7f2009-04-03 16:42:38 +01009 main.o \
10 netfs.o
David Howells06b3db12009-04-03 16:42:36 +010011
David Howells7394daa2009-04-03 16:42:37 +010012fscache-$(CONFIG_PROC_FS) += proc.o
13fscache-$(CONFIG_FSCACHE_STATS) += stats.o
14fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
15
David Howells06b3db12009-04-03 16:42:36 +010016obj-$(CONFIG_FSCACHE) := fscache.o