board_options.ini test for 2chan https://github.com/rusefi/rusefi/issues/6352
This commit is contained in:
parent
926f78912d
commit
26b213b024
|
@ -12,9 +12,12 @@ CONFIG_INPUTS = \
|
|||
$(PROJECT_DIR)/console/binary/generated/data_logs.ini \
|
||||
$(PROJECT_DIR)/console/binary/generated/fancy_content.ini \
|
||||
$(PROJECT_DIR)/console/binary/generated/gauges.ini \
|
||||
$(BOARD_DIR)/board_options.ini \
|
||||
$(BOARD_DIR)/prepend.txt
|
||||
|
||||
ifneq ("$(wildcard $(BOARD_DIR)/board_options.ini)","")
|
||||
CONFIG_INPUTS += $(BOARD_DIR)/board_options.ini
|
||||
endif
|
||||
|
||||
# Build the generated pin code only if the connector directory exists
|
||||
ifneq ("$(wildcard $(BOARD_DIR)/connectors)","")
|
||||
PIN_FILES = \
|
||||
|
|
Loading…
Reference in New Issue