cifs: Remove {cifs,nfs}_fscache_release_page()
[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         io.o \
10         main.o \
11         volume.o
12
13 fscache-$(CONFIG_PROC_FS) += proc.o
14 fscache-$(CONFIG_FSCACHE_STATS) += stats.o
15
16 obj-$(CONFIG_FSCACHE) := fscache.o