From 5b6ae6b76615598ba804ffa6a5c260538274bcc6 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 16 Feb 2024 20:07:13 +0100 Subject: [PATCH] makefile: Don't $(info) when the output can break info-build-json --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 1838f5a6a5..f8d6c69063 100644 --- a/Makefile.include +++ b/Makefile.include @@ -493,7 +493,7 @@ ifneq ($(RIOT_CI_BUILD),1) ifneq (iotlab,$(PROGRAMMER)) ifneq (,$(PROGRAMMERS_SUPPORTED)) ifeq (,$(filter $(PROGRAMMER),$(PROGRAMMERS_SUPPORTED))) - $(info '$(PROGRAMMER)' programmer is not supported by this board. \ + $(warning '$(PROGRAMMER)' programmer is not supported by this board. \ Supported programmers: '$(PROGRAMMERS_SUPPORTED)') endif endif