1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/slstk3400a/Makefile.dep

13 lines
298 B
Makefile
Raw Normal View History

2020-06-29 01:15:25 +02:00
ifneq (,$(filter saul_default,$(USEMODULE)))
2021-09-28 19:40:32 +02:00
USEMODULE += efm32_coretemp
2020-06-29 01:15:25 +02:00
USEMODULE += saul_gpio
USEMODULE += si7021
endif
# add board common drivers
USEMODULE += boards_common_silabs
USEMODULE += silabs_bc
# include board common dependencies
include $(RIOTBOARD)/common/silabs/Makefile.dep