mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 00:32:44 +01:00
13 lines
253 B
Makefile
13 lines
253 B
Makefile
include ../Makefile.tests_common
|
|
|
|
# chronos : USART_1 undeclared
|
|
BOARD_BLACKLIST += chronos
|
|
|
|
# mips-malta : undefined reference to uart_write
|
|
BOARD_BLACKLIST += mips-malta
|
|
|
|
USEMODULE += dynamixel
|
|
USEMODULE += shell
|
|
|
|
include $(RIOTBASE)/Makefile.include
|