blob: 6d561531cb36c661355fa060e0b6f60a67509e15 [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 \
David Howells36c95592009-04-03 16:42:38 +010010 netfs.o \
David Howells952efe72009-04-03 16:42:39 +010011 object.o \
David Howellsb5108822009-04-03 16:42:39 +010012 operation.o \
13 page.o
David Howells06b3db12009-04-03 16:42:36 +010014
David Howells7394daa2009-04-03 16:42:37 +010015fscache-$(CONFIG_PROC_FS) += proc.o
16fscache-$(CONFIG_FSCACHE_STATS) += stats.o
17fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
David Howells4fbf4292009-11-19 18:11:04 +000018fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
David Howells7394daa2009-04-03 16:42:37 +010019
David Howells06b3db12009-04-03 16:42:36 +010020obj-$(CONFIG_FSCACHE) := fscache.o