afs: Provide a splice-read wrapper
[linux-block.git] / fs / netfs / Makefile
CommitLineData
3d3c9504
DH
1# SPDX-License-Identifier: GPL-2.0
2
3a4a38e6 3netfs-y := \
16211268 4 buffered_read.o \
3be01750 5 io.o \
85dd2c8f 6 iterator.o \
b900f4b8 7 main.o \
3be01750 8 objects.o
3a4a38e6
DH
9
10netfs-$(CONFIG_NETFS_STATS) += stats.o
3d3c9504
DH
11
12obj-$(CONFIG_NETFS_SUPPORT) := netfs.o