Skip to content

Commit 42c8b7f

Browse files
nordicjmaescolar
authored andcommitted
boards: actinius: Move common folder
Moves the common folder to the vendor directory Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9d801c4 commit 42c8b7f

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.

boards/actinius/icarus/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
6+
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

boards/actinius/icarus/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if BOARD_ACTINIUS_ICARUS
77

8-
source "boards/common/actinius/Kconfig"
8+
source "boards/actinius/common/Kconfig"
99

1010
# For the secure version of the board the firmware is linked at the beginning
1111
# of the flash, or into the code-partition defined in DT if it is intended to

boards/actinius/icarus_bee/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
6+
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

boards/actinius/icarus_bee/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if BOARD_ACTINIUS_ICARUS_BEE
77

8-
source "boards/common/actinius/Kconfig"
8+
source "boards/actinius/common/Kconfig"
99

1010
# For the secure version of the board the firmware is linked at the beginning
1111
# of the flash, or into the code-partition defined in DT if it is intended to

boards/actinius/icarus_som/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
6+
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

boards/actinius/icarus_som/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if BOARD_ACTINIUS_ICARUS_SOM
77

8-
source "boards/common/actinius/Kconfig"
8+
source "boards/actinius/common/Kconfig"
99

1010
# For the secure version of the board the firmware is linked at the beginning
1111
# of the flash, or into the code-partition defined in DT if it is intended to

boards/actinius/icarus_som_dk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
add_subdirectory(${ZEPHYR_BASE}/boards/common/actinius actinius_common)
6+
add_subdirectory(${ZEPHYR_BASE}/boards/actinius/common actinius_common)

0 commit comments

Comments
 (0)