Andreas Gruenbacher | a257cdd | 2005-06-22 17:16:26 +0000 | [diff] [blame] | 1 | # |
2 | # Makefile for Linux filesystem routines that are shared by client and server. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_NFS_ACL_SUPPORT) += nfs_acl.o | ||||
Andreas Gruenbacher | a257cdd | 2005-06-22 17:16:26 +0000 | [diff] [blame] | 6 | nfs_acl-objs := nfsacl.o |
Jeff Layton | f779002 | 2014-09-12 16:40:20 -0400 | [diff] [blame] | 7 | |
8 | obj-$(CONFIG_GRACE_PERIOD) += grace.o |