linux-stable/fs/cachefiles/Makefile

16 lines
270 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for caching in a mounted filesystem
#
cachefiles-y := \
cache.o \
daemon.o \
main.o \
namei.o \
security.o
cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o
obj-$(CONFIG_CACHEFILES) := cachefiles.o