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

9 lines
202 B
Makefile
Raw Normal View History

ifneq (,$(filter bm%280_spi,$(USEMODULE)))
FEATURES_REQUIRED += periph_spi
FEATURES_REQUIRED += periph_gpio
endif
ifneq (,$(filter bm%280_i2c,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif