read default meta-info.env https://github.com/rusefi/rusefi/issues/5931
This commit is contained in:
parent
820fc7c801
commit
c3b103577a
|
@ -26,6 +26,7 @@ BOARDS_DIR = $(PROJECT_DIR)/config/boards
|
||||||
# allow passing a custom board dir, otherwise generate it based on the board name
|
# allow passing a custom board dir, otherwise generate it based on the board name
|
||||||
ifeq ($(BOARD_DIR),)
|
ifeq ($(BOARD_DIR),)
|
||||||
BOARD_DIR = $(BOARDS_DIR)/$(PROJECT_BOARD)
|
BOARD_DIR = $(BOARDS_DIR)/$(PROJECT_BOARD)
|
||||||
|
-include $(BOARD_DIR)/meta-info.env
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PROJECT_CPU),)
|
ifeq ($(PROJECT_CPU),)
|
||||||
|
|
Loading…
Reference in New Issue