kernel-ark/fs/fscache/Makefile

13 lines
242 B
Makefile
Raw Normal View History

#
# Makefile for general filesystem caching code
#
fscache-y := \
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