set SHORT_BOARD_NAME
This commit is contained in:
parent
0806994691
commit
2e71050428
|
@ -289,7 +289,10 @@ endif
|
|||
include $(RULESPATH)/rules.mk
|
||||
|
||||
ifneq (yes,$(SUBMAKE))
|
||||
include $(PROJECT_DIR)/rusefi_config.mk
|
||||
ifeq ($(SHORT_BOARD_NAME),)
|
||||
SHORT_BOARD_NAME = f407-discovery
|
||||
endif
|
||||
include $(PROJECT_DIR)/rusefi_config.mk
|
||||
endif
|
||||
|
||||
# Enable precompiled header
|
||||
|
|
Loading…
Reference in New Issue