mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
841e4deee5
It is enabled by saul_default on microbit-v2. Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
7 lines
174 B
Makefile
7 lines
174 B
Makefile
include $(RIOTBOARD)/common/microbit/Makefile.dep
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += lsm303agr
|
|
endif
|