Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[linux-2.6-block.git] / fs / cachefiles / Makefile
CommitLineData
77443f61
DH
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for caching in a mounted filesystem
4#
5
6cachefiles-y := \
80f94f29 7 cache.o \
8667d434 8 daemon.o \
d1065b0a 9 interface.o \
287fd611 10 io.o \
5d439467 11 key.o \
254947d4 12 main.o \
1bd9c4e4 13 namei.o \
fe2140e2 14 security.o \
72b95785
DH
15 volume.o \
16 xattr.o
77443f61 17
a70f6526 18cachefiles-$(CONFIG_CACHEFILES_ERROR_INJECTION) += error_inject.o
c8383054 19cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
a70f6526 20
77443f61 21obj-$(CONFIG_CACHEFILES) := cachefiles.o