summaryrefslogtreecommitdiffstats
path: root/kernel/fs/nfs_common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/nfs_common/Makefile')
-rw-r--r--kernel/fs/nfs_common/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/fs/nfs_common/Makefile b/kernel/fs/nfs_common/Makefile
new file mode 100644
index 000000000..d153ca3ea
--- /dev/null
+++ b/kernel/fs/nfs_common/Makefile
@@ -0,0 +1,8 @@
+#
+# Makefile for Linux filesystem routines that are shared by client and server.
+#
+
+obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o
+nfs_acl-objs := nfsacl.o
+
+obj-$(CONFIG_GRACE_PERIOD) += grace.o