aboutsummaryrefslogtreecommitdiffstats
path: root/fs/netfs/Makefile
blob: 939fd00a1fc99aa59afea25572a74069a48df2a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0

netfs-y := \
	objects.o \
	read_helper.o

netfs-$(CONFIG_NETFS_STATS) += stats.o

obj-$(CONFIG_NETFS_SUPPORT) := netfs.o