aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/Makefile
blob: ecf6946eaeb3409a80e9ee2058a8294e7c2c2e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for general filesystem caching code
#

fscache-y := \
	cache.o \
	cookie.o \
	fsdef.o \
	main.o \
	netfs.o

fscache-$(CONFIG_PROC_FS) += proc.o
fscache-$(CONFIG_FSCACHE_STATS) += stats.o
fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o

obj-$(CONFIG_FSCACHE) := fscache.o