mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += fxos8700
|
|
endif
|
|
|
|
# This board uses the shared board_init function
|
|
USEMODULE += boards_common_kw41z
|
|
|
|
include $(RIOTBOARD)/common/kw41z/Makefile.dep
|