Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19-rc4 16 lines 269 B view raw
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