1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/sltb001a/Makefile.dep
2017-11-13 20:27:16 +01:00

11 lines
238 B
Makefile

ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += bmp280
USEMODULE += si7021
endif
# i2c is required for environmental sensors
USEMODULE += periph_i2c
include $(RIOTCPU)/efr32mg1p/Makefile.dep