Add BOARDINC to the bootloader's Makefile

This commit is contained in:
andreika-git 2024-01-01 18:22:48 +02:00 committed by rusefillc
parent 5c58228484
commit 06495725e0
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) \
INCDIR = $(ALLINC) \
$(PCH_DIR) \
.. \
$(BOARDINC) \
$(CHIBIOS)/os/various \
$(CHIBIOS)/os/ex/ST \
$(CONFIG)/engines \