summaryrefslogtreecommitdiff
path: root/tmk_core/chibios.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-17 17:46:01 +0000
committerQMK Bot <hello@qmk.fm>2021-01-17 17:46:01 +0000
commitd6d15b91f3a43b74f177fea9fd2f632eaf303696 (patch)
treecfefb17c5fa47f82bb4df3eaabe5d34c859c3bf4 /tmk_core/chibios.mk
parent3a06e88566f7a12a0fa99b79fa1a762432578e86 (diff)
parente524e0a397efe3424cffe6e9d75be5dcf589b685 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 5a3facf8e8..3f426cbb82 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -207,7 +207,8 @@ CHIBISRC = $(STARTUPSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(STREAMSSRC) \
- $(CHIBIOS)/os/various/syscalls.c
+ $(CHIBIOS)/os/various/syscalls.c \
+ $(PLATFORM_COMMON_DIR)/syscall-fallbacks.c
# Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)