Răsfoiți Sursa

chibios: honor PLATFORMASM in chibios build (#11219)

Reza Jelveh 4 ani în urmă
părinte
comite
fd177582ad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tmk_core/chibios.mk

+ 1 - 1
tmk_core/chibios.mk

@@ -207,7 +207,7 @@ CHIBISRC = $(STARTUPSRC) \
        $(CHIBIOS)/os/various/syscalls.c
 
 # Ensure the ASM files are not subjected to LTO -- it'll strip out interrupt handlers otherwise.
-QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM)
+QUANTUM_LIB_SRC += $(STARTUPASM) $(PORTASM) $(OSALASM) $(PLATFORMASM)
 
 CHIBISRC := $(patsubst $(TOP_DIR)/%,%,$(CHIBISRC))