diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index c3e227546c..ea207c789c 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -161,6 +161,7 @@ include $(PROJECT_DIR)/hw_layer/drivers/drivers.mk # C sources that can be compiled in ARM or THUMB mode depending on the global # setting. CSRC = $(ALLCSRC) \ + $(BOARDSRC) \ $(CHIBIOS)/os/various/syscalls.c \ $(CONSOLESRC) \ $(DEV_SRC) \