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

include ../Makefile.tests_common
BOARD_WHITELIST += samr21-xpro
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)'