set SHORT_BOARD_NAME
This commit is contained in:
parent
0806994691
commit
2e71050428
|
@ -289,7 +289,10 @@ endif
|
||||||
include $(RULESPATH)/rules.mk
|
include $(RULESPATH)/rules.mk
|
||||||
|
|
||||||
ifneq (yes,$(SUBMAKE))
|
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
|
endif
|
||||||
|
|
||||||
# Enable precompiled header
|
# Enable precompiled header
|
||||||
|
|
Loading…
Reference in New Issue