summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index dc0ef376244d..4a7b73f5a1f8 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -176,5 +176,10 @@ xfs-y += $(addprefix scrub/, \
repair.o \
symlink_repair.o \
)
+
+xfs-$(CONFIG_XFS_QUOTA) += $(addprefix scrub/, \
+ quota_repair.o \
+ )
+
endif
endif