mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
6ae9bd8bb0
Remove the histogram stuff as it's mostly going to be outdated. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> cc: linux-cachefs@redhat.com Link: https://lore.kernel.org/r/162431195953.2908479.16770977195634296638.stgit@warthog.procyon.org.uk/
19 lines
255 B
Makefile
19 lines
255 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for caching in a mounted filesystem
|
|
#
|
|
|
|
cachefiles-y := \
|
|
bind.o \
|
|
daemon.o \
|
|
interface.o \
|
|
io.o \
|
|
key.o \
|
|
main.o \
|
|
namei.o \
|
|
rdwr.o \
|
|
security.o \
|
|
xattr.o
|
|
|
|
obj-$(CONFIG_CACHEFILES) := cachefiles.o
|