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:
parent
69ac014664
commit
48777f5ba4
@ -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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MODULE = boards_common_nrf52xxdk
|
||||
MODULE = boards_common_nrf52xxxdk
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
@ -1,4 +1,4 @@
|
||||
USEMODULE += boards_common_nrf52xxdk
|
||||
USEMODULE += boards_common_nrf52xxxdk
|
||||
|
||||
ifneq (,$(filter mtd,$(USEMODULE)))
|
||||
USEMODULE += mtd_spi_nor
|
||||
|
@ -1,3 +1,3 @@
|
||||
USEMODULE += boards_common_nrf52xxdk
|
||||
USEMODULE += boards_common_nrf52xxxdk
|
||||
|
||||
include $(RIOTBOARD)/common/nrf52xxxdk/Makefile.dep
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user