mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-21 20:43:50 +01:00
Merge pull request #20396 from chrysn-pull-requests/fix-info-boards-supporte
makefile: Don't $(info) when the output can break info-build-json
This commit is contained in:
commit
c2457f23ee
@ -493,7 +493,7 @@ ifneq ($(RIOT_CI_BUILD),1)
|
|||||||
ifneq (iotlab,$(PROGRAMMER))
|
ifneq (iotlab,$(PROGRAMMER))
|
||||||
ifneq (,$(PROGRAMMERS_SUPPORTED))
|
ifneq (,$(PROGRAMMERS_SUPPORTED))
|
||||||
ifeq (,$(filter $(PROGRAMMER),$(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)')
|
Supported programmers: '$(PROGRAMMERS_SUPPORTED)')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user