minor details https://github.com/rusefi/rusefi/issues/5931
This commit is contained in:
parent
ce9480f854
commit
bb04f83f12
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
sh.exe common_make.sh
|
||||
sh.exe common_make.sh %1
|
||||
|
|
Loading…
Reference in New Issue