]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/fscache/Makefile
Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-artful-kernel.git] / fs / fscache / Makefile
1 #
2 # Makefile for general filesystem caching code
3 #
4
5 fscache-y := \
6 cache.o \
7 cookie.o \
8 fsdef.o \
9 main.o \
10 netfs.o \
11 object.o \
12 operation.o \
13 page.o
14
15 fscache-$(CONFIG_PROC_FS) += proc.o
16 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
17 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
18 fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
19
20 obj-$(CONFIG_FSCACHE) := fscache.o