Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-microblaze.git] / fs / xfs / Makefile
index 4f95df4..04611a1 100644 (file)
@@ -7,8 +7,6 @@
 ccflags-y += -I $(srctree)/$(src)              # needed for trace events
 ccflags-y += -I $(srctree)/$(src)/libxfs
 
-ccflags-$(CONFIG_XFS_DEBUG) += -g
-
 obj-$(CONFIG_XFS_FS)           += xfs.o
 
 # this one should be compiled first, as the tracing macros can easily blow up
@@ -101,9 +99,12 @@ xfs-y                               += xfs_log.o \
                                   xfs_log_cil.o \
                                   xfs_bmap_item.o \
                                   xfs_buf_item.o \
+                                  xfs_buf_item_recover.o \
+                                  xfs_dquot_item_recover.o \
                                   xfs_extfree_item.o \
                                   xfs_icreate_item.o \
                                   xfs_inode_item.o \
+                                  xfs_inode_item_recover.o \
                                   xfs_refcount_item.o \
                                   xfs_rmap_item.o \
                                   xfs_log_recover.o \