diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-17 17:46:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-17 17:46:01 +0000 |
commit | d6d15b91f3a43b74f177fea9fd2f632eaf303696 (patch) | |
tree | cfefb17c5fa47f82bb4df3eaabe5d34c859c3bf4 /tmk_core/chibios.mk | |
parent | 3a06e88566f7a12a0fa99b79fa1a762432578e86 (diff) | |
parent | e524e0a397efe3424cffe6e9d75be5dcf589b685 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r-- | tmk_core/chibios.mk | 3 |
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) |