1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
2025-04-01 12:39:14 +02:00

9 lines
301 B
Makefile

include ../Makefile.build_system_common
include $(RIOTBASE)/Makefile.include
# override info-boards-supported target with a list of existing board aliases
# to automatically test all of them in the CI
info-boards-supported:
@echo $(foreach alias,$(BOARD_ALIAS), $(firstword $(subst :, ,$(alias))))