xfs: repair superblocks
[platform/kernel/linux-rpi.git] / fs / xfs / Makefile
index d734445..e8d67a4 100644 (file)
@@ -168,6 +168,7 @@ xfs-$(CONFIG_XFS_QUOTA)             += scrub/quota.o
 # online repair
 ifeq ($(CONFIG_XFS_ONLINE_REPAIR),y)
 xfs-y                          += $(addprefix scrub/, \
+                                  agheader_repair.o \
                                   repair.o \
                                   )
 endif