mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
11 lines
232 B
Makefile
11 lines
232 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += minmea
|
|
|
|
USEMODULE += fmt
|
|
|
|
# The MSP-430 toolchain lacks mktime and NAN
|
|
BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
|
|
|
include $(RIOTBASE)/Makefile.include
|