1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

makefile: Don't $(info) when the output can break info-boards-supported

This commit is contained in:
chrysn 2023-11-25 19:29:03 +01:00
parent 80e46e3a3b
commit f18208eb64

View File

@ -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