summaryrefslogblamecommitdiffstats
path: root/fs/fscache/Makefile
blob: bc1f3b9d811a0012d5f892a8aee6eaa836f90230 (plain) (tree)
1
2
3
4
5
6
7
8




                                              
                 

              



                                                  
                                  
#
# Makefile for general filesystem caching code
#

fscache-y := \
	fsdef.o \
	main.o

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

obj-$(CONFIG_FSCACHE) := fscache.o