https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 5888989c6a1c99724a31b9d5f4ec6bcdaf24f0ee authored by Jason Self on 13 April 2016, 14:57:10 UTC
Linux-libre 3.12.58-gnu
Tip revision: 5888989
Makefile
#
# 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
back to top