diff options
Diffstat (limited to 'fs/xfs/Makefile-linux-2.6')
-rw-r--r-- | fs/xfs/Makefile-linux-2.6 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6 index e7a9a83f0087..d1491aa7a0e2 100644 --- a/fs/xfs/Makefile-linux-2.6 +++ b/fs/xfs/Makefile-linux-2.6 | |||
@@ -49,7 +49,6 @@ xfs-y += xfs_alloc.o \ | |||
49 | xfs_alloc_btree.o \ | 49 | xfs_alloc_btree.o \ |
50 | xfs_attr.o \ | 50 | xfs_attr.o \ |
51 | xfs_attr_leaf.o \ | 51 | xfs_attr_leaf.o \ |
52 | xfs_behavior.o \ | ||
53 | xfs_bit.o \ | 52 | xfs_bit.o \ |
54 | xfs_bmap.o \ | 53 | xfs_bmap.o \ |
55 | xfs_bmap_btree.o \ | 54 | xfs_bmap_btree.o \ |
@@ -108,13 +107,11 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ | |||
108 | xfs_iops.o \ | 107 | xfs_iops.o \ |
109 | xfs_lrw.o \ | 108 | xfs_lrw.o \ |
110 | xfs_super.o \ | 109 | xfs_super.o \ |
111 | xfs_vfs.o \ | ||
112 | xfs_vnode.o) | 110 | xfs_vnode.o) |
113 | 111 | ||
114 | # Objects in support/ | 112 | # Objects in support/ |
115 | xfs-y += $(addprefix support/, \ | 113 | xfs-y += $(addprefix support/, \ |
116 | debug.o \ | 114 | debug.o \ |
117 | move.o \ | ||
118 | uuid.o) | 115 | uuid.o) |
119 | 116 | ||
120 | xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o | 117 | xfs-$(CONFIG_XFS_TRACE) += support/ktrace.o |