sched: Prevent balance_push() on remote runqueues
[linux-2.6-microblaze.git] / fs / fscache / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for general filesystem caching code
4 #
5
6 fscache-y := \
7         cache.o \
8         cookie.o \
9         fsdef.o \
10         io.o \
11         main.o \
12         netfs.o \
13         object.o \
14         operation.o \
15         page.o
16
17 fscache-$(CONFIG_PROC_FS) += proc.o
18 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
19 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
20 fscache-$(CONFIG_FSCACHE_OBJECT_LIST) += object-list.o
21
22 obj-$(CONFIG_FSCACHE) := fscache.o