xfs: use generic Posix ACL code
[deliverable/linux.git] / fs / xfs / Makefile
index 222c59e541ce1684ddac61e840766332aa0b8cba..7a59daed1782898901b0fbd333618efc8c515eec 100644 (file)
@@ -40,7 +40,7 @@ xfs-$(CONFIG_PROC_FS)         += quota/xfs_qm_stats.o
 endif
 
 xfs-$(CONFIG_XFS_RT)           += xfs_rtalloc.o
-xfs-$(CONFIG_XFS_POSIX_ACL)    += xfs_acl.o
+xfs-$(CONFIG_XFS_POSIX_ACL)    += $(XFS_LINUX)/xfs_acl.o
 xfs-$(CONFIG_PROC_FS)          += $(XFS_LINUX)/xfs_stats.o
 xfs-$(CONFIG_SYSCTL)           += $(XFS_LINUX)/xfs_sysctl.o
 xfs-$(CONFIG_COMPAT)           += $(XFS_LINUX)/xfs_ioctl32.o
This page took 0.025256 seconds and 5 git commands to generate.