1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 00:52:44 +01:00
RIOT/boards/ruuvitag/Makefile.dep
2018-01-16 10:53:53 +01:00

12 lines
315 B
Makefile

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