1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/kconfig_features/Makefile

13 lines
341 B
Makefile
Raw Normal View History

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