mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
251 B
Makefile
8 lines
251 B
Makefile
# include variants of the BME680 drivers as pseudo modules
|
|
PSEUDOMODULES += bme680_i2c
|
|
PSEUDOMODULES += bme680_spi
|
|
PSEUDOMODULES += bme680_fp
|
|
|
|
USEMODULE_INCLUDES_bme680 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_bme680)
|