aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/chibios.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r--tmk_core/chibios.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index 733f2d60f..e94e935eb 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -204,7 +204,8 @@ CHIBISRC = $(STARTUPSRC) \
204 $(PLATFORMSRC) \ 204 $(PLATFORMSRC) \
205 $(BOARDSRC) \ 205 $(BOARDSRC) \
206 $(STREAMSSRC) \ 206 $(STREAMSSRC) \
207 $(CHIBIOS)/os/various/syscalls.c 207 $(CHIBIOS)/os/various/syscalls.c \
208 $(PLATFORM_COMMON_DIR)/syscall-fallbacks.c
208 209
209# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise. 210# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
210QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM) 211QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)