]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/fscache/Makefile
FS-Cache: Add use of /proc and presentation of statistics
[mirror_ubuntu-bionic-kernel.git] / fs / fscache / Makefile
1 #
2 # Makefile for general filesystem caching code
3 #
4
5 fscache-y := \
6 main.o
7
8 fscache-$(CONFIG_PROC_FS) += proc.o
9 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
10 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
11
12 obj-$(CONFIG_FSCACHE) := fscache.o