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:
parent
a1118c2e19
commit
64f88214cd
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user