diff options
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 fbfcbe5a7cda..8e18ff157247 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 | |||
@@ -55,7 +55,7 @@ ifeq ($(CONFIG_XFS_TRACE),y) | |||
55 | endif | 55 | endif |
56 | 56 | ||
57 | obj-$(CONFIG_XFS_FS) += xfs.o | 57 | obj-$(CONFIG_XFS_FS) += xfs.o |
58 | obj-$(CONFIG_XFS_QUOTA) += quota/ | 58 | xfs-$(CONFIG_XFS_QUOTA) += quota/ |
59 | 59 | ||
60 | xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o | 60 | xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o |
61 | xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o | 61 | xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o |