]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - fs/fscache/Makefile
FS-Cache: Bit waiting helpers
[mirror_ubuntu-bionic-kernel.git] / fs / fscache / Makefile
CommitLineData
06b3db1b
DH
1#
2# Makefile for general filesystem caching code
3#
4
5fscache-y := \
0e04d4ce 6 cache.o \
955d0091 7 cookie.o \
a6891645 8 fsdef.o \
726dd7ff
DH
9 main.o \
10 netfs.o
06b3db1b 11
7394daa8
DH
12fscache-$(CONFIG_PROC_FS) += proc.o
13fscache-$(CONFIG_FSCACHE_STATS) += stats.o
14fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
15
06b3db1b 16obj-$(CONFIG_FSCACHE) := fscache.o