boards: actinius: Move common folder

Moves the common folder to the vendor directory

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-03-13 13:49:17 +00:00 committed by Alberto Escolar
parent 9d801c4fdc
commit 42c8b7fb00
11 changed files with 8 additions and 8 deletions

View file

@ -3,4 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

View file

@ -5,7 +5,7 @@
if BOARD_ACTINIUS_ICARUS
source "boards/common/actinius/Kconfig"
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to

View file

@ -3,4 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

View file

@ -5,7 +5,7 @@
if BOARD_ACTINIUS_ICARUS_BEE
source "boards/common/actinius/Kconfig"
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to

View file

@ -3,4 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

View file

@ -5,7 +5,7 @@
if BOARD_ACTINIUS_ICARUS_SOM
source "boards/common/actinius/Kconfig"
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to

View file

@ -3,4 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

View file

@ -5,7 +5,7 @@
if BOARD_ACTINIUS_ICARUS_SOM_DK
source "boards/common/actinius/Kconfig"
source "boards/actinius/common/Kconfig"
# For the secure version of the board the firmware is linked at the beginning
# of the flash, or into the code-partition defined in DT if it is intended to