1
0
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:
chrysn 2024-02-17 07:04:42 +00:00 committed by GitHub
commit c2457f23ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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