mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ddf3874995
Migrate the board to be implemented with a common/slwstk6000b. It is a pre step for splitting the board for each "BOARD_MODULE".
8 lines
183 B
Makefile
8 lines
183 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
USEMODULE += si7021
|
|
endif
|
|
|
|
# include board common dependencies
|
|
include $(RIOTBOARD)/common/silabs/Makefile.dep
|