mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 01:12:44 +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
|