1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

makefiles/info.inc.mk: add target to print supported programmers

This commit is contained in:
Alexandre Abadie 2021-02-11 15:22:02 +01:00
parent a1118c2e19
commit 64f88214cd
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -3,7 +3,9 @@
info-features-provided info-features-required \
info-features-used \
info-debug-variable-% info-toolchains-supported \
check-toolchain-supported
check-toolchain-supported \
info-programmers-supported \
#
info-objsize:
@case "$(SORTROW)" in \
@ -224,3 +226,6 @@ info-toolchains-supported:
check-toolchain-supported:
@exit $(if $(filter $(TOOLCHAIN),$(filter-out $(TOOLCHAINS_BLACKLIST),$(TOOLCHAINS_SUPPORTED))),0,1)
info-programmers-supported:
@echo $(sort $(PROGRAMMERS_SUPPORTED))