blob: d67210ece9cd3308591733f1f00f89b9dc9324af [file] [log] [blame]
David Howells77443f62021-11-26 14:32:29 +00001# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for caching in a mounted filesystem
4#
5
6cachefiles-y := \
David Howells80f94f22021-10-21 08:59:46 +01007 cache.o \
David Howells8667d432021-11-26 15:12:07 +00008 daemon.o \
David Howellsd1065b02021-11-26 14:29:06 +00009 interface.o \
David Howells254947d2021-11-26 14:59:10 +000010 main.o \
David Howells1bd9c4e2021-11-18 08:58:08 +000011 namei.o \
David Howellsfe2140e2021-10-21 09:55:21 +010012 security.o \
13 volume.o
David Howells77443f62021-11-26 14:32:29 +000014
David Howellsa70f6522021-10-21 08:15:26 +010015cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o
16
David Howells77443f62021-11-26 14:32:29 +000017obj-$(CONFIG_CACHEFILES) := cachefiles.o