blob: 1384823a160cb815512f088caeb28c52a5b6bf15 [file] [log] [blame]
David Howells06b3db12009-04-03 16:42:36 +01001#
2# Makefile for general filesystem caching code
3#
4
5fscache-y := \
6 main.o
7
David Howells7394daa2009-04-03 16:42:37 +01008fscache-$(CONFIG_PROC_FS) += proc.o
9fscache-$(CONFIG_FSCACHE_STATS) += stats.o
10fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
11
David Howells06b3db12009-04-03 16:42:36 +010012obj-$(CONFIG_FSCACHE) := fscache.o