2021-12-06 22:56:13 +01:00
|
|
|
USEMODULE += boards_common_nrf52xxxdk
|
2020-02-04 22:28:59 +01:00
|
|
|
|
2020-05-11 10:26:29 +02:00
|
|
|
ifneq (,$(filter mtd,$(USEMODULE)))
|
|
|
|
USEMODULE += mtd_spi_nor
|
|
|
|
endif
|
|
|
|
|
2019-08-28 14:45:03 +02:00
|
|
|
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
|