brintos

brintos / linux-shallow public Read only

0
0
Text · 380 B · c37a7a9 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for caching in a mounted filesystem4#5 6cachefiles-y := \7	cache.o \8	daemon.o \9	interface.o \10	io.o \11	key.o \12	main.o \13	namei.o \14	security.o \15	volume.o \16	xattr.o17 18cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o19cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o20 21obj-$(CONFIG_CACHEFILES) := cachefiles.o22