staging:rtl8192u: Remove member initialgain_lowerbound_state - Style
[linux-2.6/btrfs-unstable.git] / fs / fscache / Makefile
blob79e08e05ef84803437a4d1af3fa6589eba62a62b
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for general filesystem caching code
6 fscache-y := \
7 cache.o \
8 cookie.o \
9 fsdef.o \
10 main.o \
11 netfs.o \
12 object.o \
13 operation.o \
14 page.o
16 fscache-$(CONFIG_PROC_FS) += proc.o
17 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
18 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
19 fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
21 obj-$(CONFIG_FSCACHE) := fscache.o