projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
[platform/kernel/linux-rpi.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