diff options
Diffstat (limited to 'tmk_core')
| -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 e53edccee..733f2d60f 100644 --- a/tmk_core/chibios.mk +++ b/tmk_core/chibios.mk | |||
| @@ -207,7 +207,7 @@ CHIBISRC = $(STARTUPSRC) \ | |||
| 207 | $(CHIBIOS)/os/various/syscalls.c | 207 | $(CHIBIOS)/os/various/syscalls.c |
| 208 | 208 | ||
| 209 | # Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise. | 209 | # Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise. |
| 210 | QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) | 210 | QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM) |
| 211 | 211 | ||
| 212 | CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC)) | 212 | CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC)) |
| 213 | 213 | ||
