summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index f356869d8fd9..b8d69d206c7a 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -185,6 +185,10 @@ xfs-y += $(addprefix scrub/, \
symlink_repair.o \
)
+xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
+ rtsummary_repair.o \
+ )
+
xfs-$(CONFIG_XFS_QUOTA) += $(addprefix scrub/, \
quota_repair.o \
quotacheck_repair.o \