unit test mk line is not needed twice

This commit is contained in:
rusefillc 2024-03-15 22:44:21 -06:00
parent c8a069ae74
commit 8dd5fcb56d
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ else
endif
endif
BOARDS_DIR = $(PROJECT_DIR)/config/boards
# allow passing a custom board dir, otherwise generate it based on the board name
ifeq ($(BOARD_DIR),)
BOARD_DIR = $(BOARDS_DIR)/$(PROJECT_BOARD)