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