1# SPDX-License-Identifier: GPL-2.0 2 3netfs-y := \ 4 read_helper.o 5 6obj-$(CONFIG_NETFS_SUPPORT) := netfs.o 7