1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/kconfig_features/Makefile

23 lines
666 B
Makefile
Raw Normal View History

2020-05-26 20:50:25 +02:00
include ../Makefile.tests_common
BOARD_WHITELIST += arduino-duemilanove \
arduino-nano \
arduino-uno \
atmega328p \
cc1312-launchpad \
cc1352-launchpad \
cc1352p-launchpad \
cc2650-launchpad \
cc2650stk \
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)'