diff --git a/simulator/Makefile b/simulator/Makefile index 91020c6b6c..8187bb2fb0 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -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)