https://jxself.org/git/linux-libre.git
Raw File
Tip revision: bd10d13a209d91cd51bd4771a689f8aea95f3269 authored by Jason Self on 10 July 2015, 17:40:44 UTC
Linux-libre 3.10.84-gnu
Tip revision: bd10d13
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