mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
252 B
Makefile
9 lines
252 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
USEMODULE += lis2dh12_spi
|
|
# TODO: enable drivers once their adaption/implementations are merged
|
|
# USEMODULE += bme280_spi
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|