Makefile (6ea24cf79e055f0a62a64baa8587e2254a493c7b) Makefile (15d66ac20927e00ac0e65af6707eff60b92e61b8)
1#
2# Copyright (c) 2000-2005 Silicon Graphics, Inc.
3# All Rights Reserved.
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License as
7# published by the Free Software Foundation.
8#

--- 107 unchanged lines hidden (view full) ---

116 xfs_quotaops.o
117
118# xfs_rtbitmap is shared with libxfs
119xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
120
121xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
122xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o
123xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o
1#
2# Copyright (c) 2000-2005 Silicon Graphics, Inc.
3# All Rights Reserved.
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License as
7# published by the Free Software Foundation.
8#

--- 107 unchanged lines hidden (view full) ---

116 xfs_quotaops.o
117
118# xfs_rtbitmap is shared with libxfs
119xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
120
121xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
122xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o
123xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o
124xfs-$(CONFIG_NFSD_BLOCKLAYOUT) += xfs_pnfs.o
125xfs-$(CONFIG_NFSD_SCSILAYOUT) += xfs_pnfs.o
124xfs-$(CONFIG_EXPORTFS_BLOCK_OPS) += xfs_pnfs.o