1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 03:52:50 +01:00
RIOT/drivers/bmx280/Makefile.include

9 lines
280 B
Makefile

# include variants of the BMX280 drivers as pseudo modules
PSEUDOMODULES += bmp280_i2c
PSEUDOMODULES += bmp280_spi
PSEUDOMODULES += bme280_i2c
PSEUDOMODULES += bme280_spi
USEMODULE_INCLUDES_bmx280 := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_bmx280)