2 # Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms of version 2 of the GNU General Public License as
6 # published by the Free Software Foundation.
8 # This program is distributed in the hope that it would be useful, but
9 # WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 # Further, this software is distributed without any warranty that it is
13 # free of the rightful claim of any third person regarding infringement
14 # or the like. Any license provided herein, whether implied or
15 # otherwise, applies only to this software file. Patent licenses, if
16 # any, provided herein do not apply to combinations of this program with
17 # other software, or any other product whatsoever.
19 # You should have received a copy of the GNU General Public License along
20 # with this program; if not, write the Free Software Foundation, Inc., 59
21 # Temple Place - Suite 330, Boston MA 02111-1307, USA.
23 # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 # Mountain View, CA 94043, or:
28 # For further information regarding this notice, see:
30 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
33 EXTRA_CFLAGS += -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char
35 ifeq ($(CONFIG_XFS_DEBUG),y)
36 EXTRA_CFLAGS += -g -DSTATIC="" -DDEBUG
37 EXTRA_CFLAGS += -DPAGEBUF_LOCK_TRACKING
39 ifeq ($(CONFIG_XFS_TRACE),y)
40 EXTRA_CFLAGS += -DXFS_ALLOC_TRACE
41 EXTRA_CFLAGS += -DXFS_ATTR_TRACE
42 EXTRA_CFLAGS += -DXFS_BLI_TRACE
43 EXTRA_CFLAGS += -DXFS_BMAP_TRACE
44 EXTRA_CFLAGS += -DXFS_BMBT_TRACE
45 EXTRA_CFLAGS += -DXFS_DIR_TRACE
46 EXTRA_CFLAGS += -DXFS_DIR2_TRACE
47 EXTRA_CFLAGS += -DXFS_DQUOT_TRACE
48 EXTRA_CFLAGS += -DXFS_ILOCK_TRACE
49 EXTRA_CFLAGS += -DXFS_LOG_TRACE
50 EXTRA_CFLAGS += -DXFS_RW_TRACE
51 EXTRA_CFLAGS += -DPAGEBUF_TRACE
52 EXTRA_CFLAGS += -DXFS_VNODE_TRACE
55 obj-$(CONFIG_XFS_FS) += xfs.o
57 xfs-$(CONFIG_XFS_QUOTA) += $(addprefix quota/, \
64 ifeq ($(CONFIG_XFS_QUOTA),y)
65 xfs-$(CONFIG_PROC_FS) += quota/xfs_qm_stats.o
68 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
69 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
70 xfs-$(CONFIG_PROC_FS) += linux-2.6/xfs_stats.o
71 xfs-$(CONFIG_SYSCTL) += linux-2.6/xfs_sysctl.o
72 xfs-$(CONFIG_COMPAT) += linux-2.6/xfs_ioctl32.o
73 xfs-$(CONFIG_XFS_EXPORT) += linux-2.6/xfs_export.o
76 xfs-y += xfs_alloc.o \
115 xfs_trans_extfree.o \
125 xfs-$(CONFIG_XFS_TRACE) += xfs_dir2_trace.o
127 # Objects in linux-2.6/
128 xfs-y += $(addprefix linux-2.6/, \
142 # Objects in support/
143 xfs-y += $(addprefix support/, \
149 xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o