This commit is contained in:
andreika-git 2024-02-11 23:04:31 +02:00 committed by rusefillc
parent ce9480f854
commit bb04f83f12
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ BOARDINC = $(BOARD_DIR)
include $(BOARD_DIR)/board.mk
BOARDCPPSRC += $(BOARDS_DIR)/board_id.cpp
ifeq ($(SHORT_BOARD_NAME),)
$(error SHORT_BOARD_NAME not set, something wrong with your board.mk file)
$(error SHORT_BOARD_NAME not set, something wrong with your meta-info.env file)
endif
DDEFS += -DSHORT_BOARD_NAME=$(SHORT_BOARD_NAME)

View File

@ -1,2 +1,2 @@
@echo off
sh.exe common_make.sh
sh.exe common_make.sh %1