summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 10:40:22 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-12-15 17:28:50 -0800
commit6b12c7bbde93299ee6f1f80a3f7f9e32f3cb40a2 (patch)
tree73d88e44bc2a778c8171ba39270535f4f1624c16 /fs/xfs/Makefile
parentb41d01108737299703c9c1d48a8e77116bb627b9 (diff)
xfs: move the realtime summary file scrubber to a separate source file
Move the realtime summary file checking code to a separate file in preparation to actually implement it. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 52713c796a0d..f85f3a19d133 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -156,7 +156,11 @@ xfs-y += $(addprefix scrub/, \
xfile.o \
)
-xfs-$(CONFIG_XFS_RT) += scrub/rtbitmap.o
+xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
+ rtbitmap.o \
+ rtsummary.o \
+ )
+
xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o
# online repair