Skip to content

Commit

Permalink
boards: actinius: Move common folder
Browse files Browse the repository at this point in the history
Moves the common folder to the vendor directory

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and aescolar committed Mar 14, 2024
1 parent 9d801c4 commit 42c8b7f
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion boards/actinius/icarus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion boards/actinius/icarus/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/actinius/icarus_bee/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion boards/actinius/icarus_bee/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/actinius/icarus_som/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion boards/actinius/icarus_som/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/actinius/icarus_som_dk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion boards/actinius/icarus_som_dk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42c8b7f

Please sign in to comment.