mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
218 B
Makefile
14 lines
218 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
DRIVER ?= bme680_i2c
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_msec
|
|
|
|
ifeq ($(ENABLE_FP),1)
|
|
USEMODULE += bme680_fp
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.include
|