summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-23 00:45:29 +0000
committerQMK Bot <hello@qmk.fm>2020-12-23 00:45:29 +0000
commitb02c6949926b6f2393987d619692e18f7b997144 (patch)
tree77901d1a52b27bd734b16427e56c0a5943c85c79 /tmk_core
parentdc6b0d3548fdeaff6afa48d83e9c09d80d3a0b27 (diff)
parentfd177582adbd6847bbe620ae1a6ffd7a85370f2d (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/chibios.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index ceed2a7b42..5a3facf8e8 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -210,7 +210,7 @@ CHIBISRC = $(STARTUPSRC) \
$(CHIBIOS)/os/various/syscalls.c
# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
-QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM)
+QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)
CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC))