diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-23 00:45:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-23 00:45:29 +0000 |
commit | b02c6949926b6f2393987d619692e18f7b997144 (patch) | |
tree | 77901d1a52b27bd734b16427e56c0a5943c85c79 | |
parent | dc6b0d3548fdeaff6afa48d83e9c09d80d3a0b27 (diff) | |
parent | fd177582adbd6847bbe620ae1a6ffd7a85370f2d (diff) | |
download | qmk_firmware-b02c6949926b6f2393987d619692e18f7b997144.tar.gz qmk_firmware-b02c6949926b6f2393987d619692e18f7b997144.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | tmk_core/chibios.mk | 2 |
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)) |