blob: 91571b95aacc38029f006f02bebcfaec671f5dc7 [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
18
David Howells06b3db12009-04-03 16:42:36 +010019obj-$(CONFIG_FSCACHE) := fscache.o