1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for Linux filesystem routines that 2 # Makefile for Linux filesystem routines that are shared by client and server. 4 # 3 # 5 4 6 obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o 5 obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o 7 nfs_acl-objs := nfsacl.o 6 nfs_acl-objs := nfsacl.o 8 7 9 obj-$(CONFIG_NFS_COMMON_LOCALIO_SUPPORT) += nf << 10 nfs_localio-objs := nfslocalio.o << 11 << 12 obj-$(CONFIG_GRACE_PERIOD) += grace.o 8 obj-$(CONFIG_GRACE_PERIOD) += grace.o 13 obj-$(CONFIG_NFS_V4_2_SSC_HELPER) += nfs_ssc.o << 14 << 15 obj-$(CONFIG_NFS_COMMON) += common.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.