aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
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 ceed2a7b4..5a3facf8e 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -210,7 +210,7 @@ CHIBISRC = $(STARTUPSRC) \
210 $(CHIBIOS)/os/various/syscalls.c 210 $(CHIBIOS)/os/various/syscalls.c
211 211
212# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise. 212# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
213QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) 213QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)
214 214
215CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC)) 215CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC))
216 216