Skip to content

Commit

Permalink
only:custom board canned tune process would need board-specific x86 b…
Browse files Browse the repository at this point in the history
…inary (simulator or unit_tests) #6195
  • Loading branch information
rusefillc committed Mar 15, 2024
1 parent a673fd4 commit 8a2b58d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ PROJECT_CPU=simulator
# Board-specific configuration
ifeq (,$(filter clean,$(MAKECMDGOALS)))
ifneq ($(BOARD_DIR),)
include ../firmware/$(BOARD_DIR)/board.mk
#todo include ../firmware/$(BOARD_DIR)/board.mk
# temp work-around while waiting for BOARDS_DIR in simulator
BOARDCPPSRC += $(BOARD_DIR)/default_tune.cpp
endif
endif

Expand Down

0 comments on commit 8a2b58d

Please sign in to comment.