aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile-linux-2.6
diff options
context:
space:
mode:
authorNathan Scott <nathans@bruce>2005-09-09 11:38:09 +1000
committerNathan Scott <nathans@bruce>2005-09-09 11:38:09 +1000
commitc9fc0d6a6901e7f06c6bbd0061e503d96464266d (patch)
tree80d70431196ff11bf2161601498f819913b6e62b /fs/xfs/Makefile-linux-2.6
parentFix up ARM serial driver compile failure (diff)
downloadlinux-dev-c9fc0d6a6901e7f06c6bbd0061e503d96464266d.tar.xz
linux-dev-c9fc0d6a6901e7f06c6bbd0061e503d96464266d.zip
[XFS] Revert recent quota Makefile change, not in a fit state for merging.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/Makefile-linux-2.6')
-rw-r--r--fs/xfs/Makefile-linux-2.615
1 files changed, 13 insertions, 2 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6
index 8e18ff157247..d8c87fa21ad1 100644
--- a/fs/xfs/Makefile-linux-2.6
+++ b/fs/xfs/Makefile-linux-2.6
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
+# Copyright (c) 2000-2005 Silicon Graphics, Inc. All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as
@@ -55,7 +55,18 @@ ifeq ($(CONFIG_XFS_TRACE),y)
endif
obj-$(CONFIG_XFS_FS) += xfs.o
-xfs-$(CONFIG_XFS_QUOTA) += quota/
+
+xfs-$(CONFIG_XFS_QUOTA) += $(addprefix quota/, \
+ xfs_dquot.o \
+ xfs_dquot_item.o \
+ xfs_trans_dquot.o \
+ xfs_qm_syscalls.o \
+ xfs_qm_bhv.o \
+ xfs_qm.o)
+
+ifeq ($(CONFIG_XFS_QUOTA),y)
+xfs-$(CONFIG_PROC_FS) += quota/xfs_qm_stats.o
+endif
xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o