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) # needed for trace events
20 ccflags-y += -I$(src)/libxfs
22 ccflags-$(CONFIG_XFS_DEBUG) += -g
24 obj-$(CONFIG_XFS_FS) += xfs.o
26 # this one should be compiled first, as the tracing macros can easily blow up
29 # build the libxfs code first
30 xfs-y += $(addprefix libxfs/, \
54 xfs_symlink_remote.o \
57 # xfs_rtbitmap is shared with libxfs
58 xfs-$(CONFIG_XFS_RT) += $(addprefix libxfs/, \
95 # low-level transaction/log code
105 xfs_trans_extfree.o \
109 xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
117 # xfs_rtbitmap is shared with libxfs
118 xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
120 xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
121 xfs-$(CONFIG_PROC_FS) += xfs_stats.o
122 xfs-$(CONFIG_SYSCTL) += xfs_sysctl.o
123 xfs-$(CONFIG_COMPAT) += xfs_ioctl32.o
124 xfs-$(CONFIG_NFSD_PNFS) += xfs_pnfs.o