summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:06:04 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:38 -0700
commitc43265afc62c20201514929684d291b27bf1c5a9 (patch)
tree28eb44d9bb8a7a1ca13f30f94dd23b655dfcd379 /fs/xfs/Makefile
parentdc4b487bf2d8bfdf404c6a03afdede5a4847f090 (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 ff24740d03cf..899d27e58ac9 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -164,7 +164,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