1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/bmx280/Makefile

10 lines
156 B
Makefile

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