summaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/Makefile
blob: f008524bb78fe11536eb8c0b8196339bd331fb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for caching in a mounted filesystem
#

cachefiles-y := \
	daemon.o \
	main.o \
	security.o

cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o

obj-$(CONFIG_CACHEFILES) := cachefiles.o