mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
10 lines
222 B
Makefile
10 lines
222 B
Makefile
include ../Makefile.tests_common
|
|
USEPKG += etl
|
|
|
|
# Kconfig build is broken due to invalid module resolution with Kconfig for this board
|
|
BOARD_BLACKLIST := \
|
|
6lowpan-clicker \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.include
|