1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/ruuvitag/Makefile.dep
2018-01-18 18:39:43 +01:00

12 lines
313 B
Makefile

include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += lis2dh12_spi
# TODO: enable drivers once their adaption/implementations are merged
# USEMODULE += bme280_spi
endif
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
USEMODULE += nrfmin
endif