1 <<<<<<< HEAD
:fs
/xfs
/Makefile
2 include $(TOPDIR
)/fs
/xfs
/Makefile-linux-
$(VERSION
).
$(PATCHLEVEL
)
5 # Copyright (c) 2000-2005 Silicon Graphics, Inc.
8 # This program is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation.
12 # This program is distributed in the hope that it would be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write the Free Software Foundation,
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 EXTRA_CFLAGS
+= -I
$(src
) -I
$(src
)/linux-2.6
-funsigned-char
24 XFS_LINUX
:= linux-2.6
26 ifeq ($(CONFIG_XFS_DEBUG
),y
)
30 obj-
$(CONFIG_XFS_FS
) += xfs.o
32 xfs-
$(CONFIG_XFS_QUOTA
) += $(addprefix quota
/, \
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_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 \
97 xfs-
$(CONFIG_XFS_TRACE
) += xfs_dir2_trace.o
100 xfs-y
+= $(addprefix $(XFS_LINUX
)/, \
114 # Objects in support/
115 xfs-y
+= $(addprefix support
/, \
119 xfs-
$(CONFIG_XFS_TRACE
) += support
/ktrace.o
121 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a
:fs
/xfs
/Makefile