mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +01:00
13 lines
217 B
Makefile
13 lines
217 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD ?= msba2
|
|
|
|
USEMODULE += fmt_table
|
|
USEMODULE += ltc4150
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
ifneq (,$(filter $(BOARD),msb-430 msb-430h telosb z1))
|
|
CFLAGS += -DNO_FPUTS
|
|
endif
|