rusefi/firmware/config/boards/core8/board.mk

8 lines
289 B
Makefile
Raw Normal View History

2022-02-10 12:38:35 -08:00
# List of all the board related files.
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
2022-02-10 12:38:35 -08:00
# Override DEFAULT_ENGINE_TYPE
DDEFS += -DSHORT_BOARD_NAME=core8 -DSTATIC_BOARD_ID=STATIC_BOARD_ID_CORE8
2022-02-10 12:38:35 -08:00
DDEFS += -DFIRMWARE_ID=\"core8\"
2023-06-18 08:05:44 -07:00
DDEFS += -DDEFAULT_ENGINE_TYPE=engine_type_e::MINIMAL_PINS