blob: 966f4191c6bea2329af3311e7c762c937298f9d0 [file] [log] [blame] [edit]
#
# Makefile for caching in a mounted filesystem
#
cachefiles-y := \
bind.o \
cull_index.o \
daemon.o \
interface.o \
key.o \
main.o \
namei.o \
rdwr.o \
security.o \
xattr.o
cachefiles-$(CONFIG_CACHEFILES_HISTOGRAM) += proc.o
obj-$(CONFIG_CACHEFILES) := cachefiles.o