https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fc5eda92b2d1e6bcc7ad1c8543a2e6dc336e82a8 authored by Jason Self on 03 December 2009, 03:51:29 UTC
Linux-libre 2.6.32-gnu1
Tip revision: fc5eda9
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