broken check that IDK why ever existed

This commit is contained in:
David Holdeman 2024-03-18 16:44:21 -05:00 committed by rusefillc
parent b0af7102c0
commit f0fc7280be
1 changed files with 0 additions and 2 deletions

View File

@ -28,10 +28,8 @@ endif
BOARDS_DIR = $(PROJECT_DIR)/config/boards
ifneq ($(META_OUTPUT_ROOT_FOLDER),)
ifeq ($(BOARD_DIR),)
BOARDINC += $(META_OUTPUT_ROOT_FOLDER)
endif
endif
# allow passing a custom board dir, otherwise generate it based on the board name
ifeq ($(BOARD_DIR),)