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 ccflags-y
:= -I
$(src
) -I
$(src
)/linux-2.6
20 ccflags-
$(CONFIG_XFS_DEBUG
) += -g
22 XFS_LINUX
:= linux-2.6
24 obj-
$(CONFIG_XFS_FS
) += xfs.o
26 xfs-y
+= linux-2.6
/xfs_trace.o
28 xfs-
$(CONFIG_XFS_QUOTA
) += $(addprefix quota
/, \
35 xfs-
$(CONFIG_XFS_QUOTA
) += linux-2.6
/xfs_quotaops.o
37 ifeq ($(CONFIG_XFS_QUOTA
),y
)
38 xfs-
$(CONFIG_PROC_FS
) += quota
/xfs_qm_stats.o
41 xfs-
$(CONFIG_XFS_RT
) += xfs_rtalloc.o
42 xfs-
$(CONFIG_XFS_POSIX_ACL
) += $(XFS_LINUX
)/xfs_acl.o
43 xfs-
$(CONFIG_PROC_FS
) += $(XFS_LINUX
)/xfs_stats.o
44 xfs-
$(CONFIG_SYSCTL
) += $(XFS_LINUX
)/xfs_sysctl.o
45 xfs-
$(CONFIG_COMPAT
) += $(XFS_LINUX
)/xfs_ioctl32.o
48 xfs-y
+= xfs_alloc.o \
91 xfs-
$(CONFIG_XFS_TRACE
) += xfs_btree_trace.o
94 xfs-y
+= $(addprefix $(XFS_LINUX
)/, \
110 # Objects in support/
111 xfs-y
+= support
/uuid.o