mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
244 B
Makefile
14 lines
244 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
BOARD ?= msba2
|
|
|
|
USEMODULE += fmt_table
|
|
USEMODULE += ltc4150
|
|
USEMODULE += ztimer_usec
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
ifneq (,$(filter $(BOARD),msb-430 msb-430h telosb z1))
|
|
CFLAGS += -DNO_FPUTS
|
|
endif
|