1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_bme680/Makefile
2020-03-12 08:42:59 +01:00

13 lines
191 B
Makefile

include ../Makefile.tests_common
DRIVER ?= bme680_i2c
USEMODULE += $(DRIVER)
USEMODULE += xtimer
ifeq ($(ENABLE_FP),1)
USEMODULE += bme680_fp
endif
include $(RIOTBASE)/Makefile.include