Skip to content

Commit

Permalink
Merge pull request RIOT-OS#20109 from chrysn-pull-requests/fix-extern…
Browse files Browse the repository at this point in the history
…alboarddirs

makefile: Don't $(info) when the output can break info-boards-supported
  • Loading branch information
maribu authored Nov 25, 2023
2 parents 80e46e3 + f18208e commit 0c6d696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ ifneq ($(RIOT_CI_BUILD),1)
ifeq ($(MAKELEVEL),0)
ifneq (,$(BOARDSDIR))
$(warning Using BOARDSDIR is deprecated use EXTERNAL_BOARD_DIRS instead)
$(info EXTERNAL_BOARD_DIRS can contain multiple folders separated by space)
endif
endif
endif
Expand Down

0 comments on commit 0c6d696

Please sign in to comment.