2 # Copyright (c) 2000-2005 Silicon Graphics, Inc.
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.
9 # This program is distributed in the hope that it would be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write the Free Software Foundation,
16 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 EXTRA_CFLAGS += -I$(src) -I$(src)/linux-2.6
21 XFS_LINUX := linux-2.6
23 ifeq ($(CONFIG_XFS_DEBUG),y)
27 obj-$(CONFIG_XFS_FS) += xfs.o
29 xfs-y += linux-2.6/xfs_trace.o
31 xfs-$(CONFIG_XFS_QUOTA) += $(addprefix quota/, \
38 xfs-$(CONFIG_XFS_QUOTA) += linux-2.6/xfs_quotaops.o
40 ifeq ($(CONFIG_XFS_QUOTA),y)
41 xfs-$(CONFIG_PROC_FS) += quota/xfs_qm_stats.o
44 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
45 xfs-$(CONFIG_XFS_POSIX_ACL) += $(XFS_LINUX)/xfs_acl.o
46 xfs-$(CONFIG_PROC_FS) += $(XFS_LINUX)/xfs_stats.o
47 xfs-$(CONFIG_SYSCTL) += $(XFS_LINUX)/xfs_sysctl.o
48 xfs-$(CONFIG_COMPAT) += $(XFS_LINUX)/xfs_ioctl32.o
51 xfs-y += xfs_alloc.o \
94 xfs-$(CONFIG_XFS_TRACE) += xfs_btree_trace.o
97 xfs-y += $(addprefix $(XFS_LINUX)/, \
111 # Objects in support/
112 xfs-y += $(addprefix support/, \