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:
parent
9d801c4fdc
commit
42c8b7fb00
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue