1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_bmx280/Makefile
2021-04-27 14:24:28 +02:00

10 lines
154 B
Makefile

include ../Makefile.tests_common
DRIVER ?= bme280_i2c
USEMODULE += fmt
USEMODULE += xtimer
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include