1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_lis2dh12/Makefile
2018-01-18 18:39:43 +01:00

11 lines
236 B
Makefile

include ../Makefile.tests_common
# as default we use the SPI mode for now, as the I2C mode is not supported, yet
DRIVER ?= lis2dh12_spi
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include