1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 17:01:19 +01:00
2020-06-02 17:42:17 +02:00

13 lines
319 B
Makefile

include ../Makefile.tests_common
BOARD_WHITELIST += samr21-xpro
kconfig-features:
@bash -c 'diff <($(MAKE) info-features-provided) \
<($(MAKE) dependency-debug-features-provided-kconfig) || \
(echo "ERROR: Kconfig features mismatch" && exit 1)'
all: kconfig-features
include $(RIOTBASE)/Makefile.include