only:used by custom board custom live data
This commit is contained in:
parent
029091badf
commit
7a8674d47b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue