2019-03-04 13:20:46 +01:00
|
|
|
include $(RIOTCPU)/nrf52/Makefile.dep
|
|
|
|
|
2018-10-28 19:42:48 +01:00
|
|
|
ifneq (,$(filter skald,$(USEMODULE)))
|
|
|
|
USEMODULE += nrfble
|
|
|
|
endif
|
2019-01-13 15:07:10 +01:00
|
|
|
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
|
|
USEMODULE += saul_nrf_temperature
|
|
|
|
endif
|