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 e00de976f1..4c7a54977f 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -74,6 +74,7 @@ rts_C_SRCS += rts/adjustor/Nativei386.c
else
ifneq "$(findstring $(TargetArch_CPP), x86_64)" ""
ifneq "$(findstring $(TargetOS_CPP), mingw32)" ""
+rts_S_SRCS += rts/adjustor/NativeAmd64MingwAsm.S
rts_C_SRCS += rts/adjustor/NativeAmd64Mingw.c
else
rts_S_SRCS += rts/adjustor/NativeAmd64Asm.S