only:used by custom board custom live data

This commit is contained in:
Andrey 2024-05-16 00:01:03 -04:00
parent 029091badf
commit 7a8674d47b
1 changed files with 5 additions and 0 deletions

View File

@ -213,6 +213,11 @@ INCDIR = . \
simulator/can \
simulator
ifneq ($(BOARD_DIR),)
# used by custom board custom live data
INCDIR += $(BOARD_DIR)/firmware
endif
# List ASM source files here
ASMSRC =
ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)