mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:49:47 +01:00
makefile: Don't $(info) when the output can break info-boards-supported
This commit is contained in:
parent
80e46e3a3b
commit
f18208eb64
@ -117,7 +117,6 @@ ifneq ($(RIOT_CI_BUILD),1)
|
|||||||
ifeq ($(MAKELEVEL),0)
|
ifeq ($(MAKELEVEL),0)
|
||||||
ifneq (,$(BOARDSDIR))
|
ifneq (,$(BOARDSDIR))
|
||||||
$(warning Using BOARDSDIR is deprecated use EXTERNAL_BOARD_DIRS instead)
|
$(warning Using BOARDSDIR is deprecated use EXTERNAL_BOARD_DIRS instead)
|
||||||
$(info EXTERNAL_BOARD_DIRS can contain multiple folders separated by space)
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user