This commit is contained in:
andreika-git 2024-02-12 18:01:16 +02:00 committed by rusefillc
parent 820fc7c801
commit c3b103577a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ BOARDS_DIR = $(PROJECT_DIR)/config/boards
# allow passing a custom board dir, otherwise generate it based on the board name
ifeq ($(BOARD_DIR),)
BOARD_DIR = $(BOARDS_DIR)/$(PROJECT_BOARD)
-include $(BOARD_DIR)/meta-info.env
endif
ifeq ($(PROJECT_CPU),)