mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
drivers/bme680: declare pseudomodules at driver level
This commit is contained in:
parent
57fac91247
commit
20a2b7d04c
@ -1,2 +1,7 @@
|
||||
# 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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user