diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-20 00:01:29 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-20 00:01:29 -0400 |
commit | d7b849da47a59d2be6d6aea1effb0efa91c30424 (patch) | |
tree | 5cbb616a4cf838f1491b8c5e517436fff93e2d1d /fs/xfs | |
parent | f6c2d1fa6310a71b1c2e05fc6d9ff9b91489fa0e (diff) |
[XFS] Fix a Makefile issue related to exports.o handling.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs')
-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 5d73eaa1971f..6f3a55584935 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 | |||
@@ -59,7 +59,6 @@ xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o | |||
59 | xfs-$(CONFIG_PROC_FS) += $(XFS_LINUX)/xfs_stats.o | 59 | xfs-$(CONFIG_PROC_FS) += $(XFS_LINUX)/xfs_stats.o |
60 | xfs-$(CONFIG_SYSCTL) += $(XFS_LINUX)/xfs_sysctl.o | 60 | xfs-$(CONFIG_SYSCTL) += $(XFS_LINUX)/xfs_sysctl.o |
61 | xfs-$(CONFIG_COMPAT) += $(XFS_LINUX)/xfs_ioctl32.o | 61 | xfs-$(CONFIG_COMPAT) += $(XFS_LINUX)/xfs_ioctl32.o |
62 | xfs-$(CONFIG_XFS_EXPORT) += $(XFS_LINUX)/xfs_export.o | ||
63 | 62 | ||
64 | 63 | ||
65 | xfs-y += xfs_alloc.o \ | 64 | xfs-y += xfs_alloc.o \ |
@@ -117,6 +116,7 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ | |||
117 | kmem.o \ | 116 | kmem.o \ |
118 | xfs_aops.o \ | 117 | xfs_aops.o \ |
119 | xfs_buf.o \ | 118 | xfs_buf.o \ |
119 | xfs_export.o \ | ||
120 | xfs_file.o \ | 120 | xfs_file.o \ |
121 | xfs_fs_subr.o \ | 121 | xfs_fs_subr.o \ |
122 | xfs_globals.o \ | 122 | xfs_globals.o \ |