1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/common/nrf52xxxdk: align module name with dirname

This commit is contained in:
Francisco Molina 2021-12-06 22:56:13 +01:00
parent 69ac014664
commit 48777f5ba4
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ config BOARDS_COMMON_NRF52XXXDK
select HAVE_SAUL_GPIO
config MODULE_BOARDS_COMMON_NRF52XXDK
config MODULE_BOARDS_COMMON_NRF52XXXDK
bool
default y

View File

@ -1,3 +1,3 @@
MODULE = boards_common_nrf52xxdk
MODULE = boards_common_nrf52xxxdk
include $(RIOTBASE)/Makefile.base

View File

@ -1,4 +1,4 @@
USEMODULE += boards_common_nrf52xxdk
USEMODULE += boards_common_nrf52xxxdk
ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_spi_nor

View File

@ -1,3 +1,3 @@
USEMODULE += boards_common_nrf52xxdk
USEMODULE += boards_common_nrf52xxxdk
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep

View File

@ -9,6 +9,6 @@ ifeq (,$(filter stdio_% slipdev_stdio,$(USEMODULE)))
USEMODULE += stdio_rtt
endif
USEMODULE += boards_common_nrf52xxdk
USEMODULE += boards_common_nrf52xxxdk
include $(RIOTBOARD)/common/nrf52/Makefile.dep