blob: 79e08e05ef84803437a4d1af3fa6589eba62a62b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
David Howells06b3db12009-04-03 16:42:36 +01002#
3# Makefile for general filesystem caching code
4#
5
6fscache-y := \
David Howells0e04d4c2009-04-03 16:42:37 +01007 cache.o \
David Howells955d00912009-04-03 16:42:38 +01008 cookie.o \
David Howellsa6891642009-04-03 16:42:37 +01009 fsdef.o \
David Howells726dd7f2009-04-03 16:42:38 +010010 main.o \
David Howells36c95592009-04-03 16:42:38 +010011 netfs.o \
David Howells952efe72009-04-03 16:42:39 +010012 object.o \
David Howellsb5108822009-04-03 16:42:39 +010013 operation.o \
14 page.o
David Howells06b3db12009-04-03 16:42:36 +010015
David Howells7394daa2009-04-03 16:42:37 +010016fscache-$(CONFIG_PROC_FS) += proc.o
17fscache-$(CONFIG_FSCACHE_STATS) += stats.o
18fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
David Howells4fbf4292009-11-19 18:11:04 +000019fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
David Howells7394daa2009-04-03 16:42:37 +010020
David Howells06b3db12009-04-03 16:42:36 +010021obj-$(CONFIG_FSCACHE) := fscache.o