summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-02-06 20:41:06 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-13 03:26:14 -0500
commitbe591e27c76f1eaee79df671d8cf7e39d3d41720 (patch)
treed80283255c65abd71226b2124d4d0aca7c14056f /rts/ghc.mk
parent191dfd2d88f6d2fd7a879f14da26fe88e616c8ea (diff)
downloadhaskell-be591e27c76f1eaee79df671d8cf7e39d3d41720.tar.gz
rts: Initial commit of AdjustorPool
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