hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/nfs_common/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Makefile for Linux filesystem routines that are shared by client and server.
34 #
....@@ -6,3 +7,4 @@
67 nfs_acl-objs := nfsacl.o
78
89 obj-$(CONFIG_GRACE_PERIOD) += grace.o
10
+obj-$(CONFIG_GRACE_PERIOD) += nfs_ssc.o