blob: b09f47cf8244e0b8c504920406eccd36790d27c4 [file] [edit]
# SPDX-License-Identifier: GPL-2.0
netfs-y := \
buffered_read.o \
buffered_flush.o \
buffered_write.o \
crypto.o \
direct_read.o \
direct_write.o \
io.o \
main.o \
misc.o \
objects.o \
output.o
netfs-$(CONFIG_NETFS_STATS) += stats.o
obj-$(CONFIG_NETFS_SUPPORT) := netfs.o