xref: /openbmc/linux/fs/netfs/Makefile (revision 3be01750)
1# SPDX-License-Identifier: GPL-2.0
2
3netfs-y := \
4	io.o \
5	objects.o
6
7netfs-$(CONFIG_NETFS_STATS) += stats.o
8
9obj-$(CONFIG_NETFS_SUPPORT) := netfs.o
10