xref: /openbmc/linux/fs/fscache/Makefile (revision 941518d6)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for general filesystem caching code
4#
5
6fscache-y := \
7	cache.o \
8	cookie.o \
9	io.o \
10	main.o \
11	volume.o
12
13fscache-$(CONFIG_PROC_FS) += proc.o
14fscache-$(CONFIG_FSCACHE_STATS) += stats.o
15
16obj-$(CONFIG_FSCACHE) := fscache.o
17