mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 23:12:55 +01:00
12 lines
270 B
Makefile
12 lines
270 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
# add board common drivers
|
|
USEMODULE += boards_common_silabs
|
|
USEMODULE += silabs_aem
|
|
USEMODULE += silabs_bc
|
|
|
|
# include board common dependencies
|
|
include $(RIOTBOARD)/common/silabs/Makefile.dep
|