mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20109 from chrysn-pull-requests/fix-externalboarddirs
makefile: Don't $(info) when the output can break info-boards-supported
This commit is contained in:
commit
0c6d696d10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user