/
usr
/
src
/
linux-headers-5.15.0-190
/
fs
/
fscache
/
/usr/src/linux-headers-5.15.0-190/fs/fscache
mkdir
upload
Name
Size
Mode
Actions
Kconfig
1469
0644
edit
dl
rm
Makefile
316
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-190/fs/fscache/Makefile
(316B)
# SPDX-License-Identifier: GPL-2.0 # # Makefile for general filesystem caching code # fscache-y := \ cache.o \ cookie.o \ fsdef.o \ io.o \ main.o \ netfs.o \ object.o \ operation.o \ page.o fscache-$(CONFIG_PROC_FS) += proc.o fscache-$(CONFIG_FSCACHE_STATS) += stats.o obj-$(CONFIG_FSCACHE) := fscache.o
Save
cmd:
run