summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 370c88b01f..d9a1d60c21 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -64,6 +64,7 @@ endif
ifneq "$(CLEANING)" "YES"
# N.B. we don't source config.mk when CLEANING=YES so none of the below
# variables will be set. See #20166.
+rts_C_SRCS += rts/adjustor/AdjustorPool.c
ifeq "$(UseLibffiForAdjustors)" "YES"
rts_C_SRCS += rts/adjustor/LibffiAdjustor.c
else