diff options
author | Nathan Scott <nathans@bruce> | 2005-09-08 15:38:52 +1000 |
---|---|---|
committer | Nathan Scott <nathans@bruce> | 2005-09-08 15:38:52 +1000 |
commit | eccdfcd6f8265300380fa14a83aeb14e69830323 (patch) | |
tree | 04449986928d7666798a269080545d296f465b8b /fs/xfs/Makefile-linux-2.6 | |
parent | 20ba02879bc78cdf1ed89a1c6a92ee55d31ee103 (diff) |
[XFS] Fix modular XFS builds (Makefile botch).
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.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6 index fbfcbe5a7cd..8e18ff15724 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 @@ -55,7 +55,7 @@ ifeq ($(CONFIG_XFS_TRACE),y) endif obj-$(CONFIG_XFS_FS) += xfs.o -obj-$(CONFIG_XFS_QUOTA) += quota/ +xfs-$(CONFIG_XFS_QUOTA) += quota/ xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o |