Use ALLINC because BOARDINC gets overwritten by simulator/board.mk

This commit is contained in:
David Holdeman 2024-03-18 16:58:03 -05:00 committed by rusefillc
parent f0fc7280be
commit ab1c259b9c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ endif
BOARDS_DIR = $(PROJECT_DIR)/config/boards
ifneq ($(META_OUTPUT_ROOT_FOLDER),)
BOARDINC += $(META_OUTPUT_ROOT_FOLDER)
ALLINC += $(META_OUTPUT_ROOT_FOLDER)
endif
# allow passing a custom board dir, otherwise generate it based on the board name