Browse Source
Updates paths for the moved nordic_nrf SoC folder Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
35 changed files with 43 additions and 80 deletions
@ -1,4 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_NRF nordic_nrf) |
|
@ -1,4 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
zephyr_include_directories(.) |
|
@ -1,16 +1,19 @@ |
|||||||
# Copyright (c) 2021 Nordic Semiconductor ASA |
# Copyright (c) 2021 Nordic Semiconductor ASA |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
if(CONFIG_ARM) |
add_subdirectory_ifdef(CONFIG_RISCV_CORE_NORDIC_VPR vpr) |
||||||
zephyr_library_sources_ifdef(CONFIG_SOC_FAMILY_NRF soc_nrf_common.S) |
|
||||||
zephyr_library_sources_ifdef(CONFIG_POWEROFF poweroff.c) |
|
||||||
|
|
||||||
zephyr_include_directories(.) |
if(CONFIG_ARM AND CONFIG_SOC_FAMILY_NRF) |
||||||
|
zephyr_library_sources(soc_nrf_common.S) |
||||||
|
endif() |
||||||
|
|
||||||
|
zephyr_library_sources_ifdef(CONFIG_POWEROFF poweroff.c) |
||||||
|
|
||||||
|
zephyr_include_directories(.) |
||||||
|
|
||||||
if(CONFIG_TFM_PARTITION_PLATFORM) |
if(CONFIG_TFM_PARTITION_PLATFORM) |
||||||
zephyr_library_sources(soc_secure.c) |
zephyr_library_sources(soc_secure.c) |
||||||
zephyr_library_include_directories( |
zephyr_library_include_directories( |
||||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include |
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include |
||||||
) |
) |
||||||
endif() |
|
||||||
endif() |
endif() |
||||||
|
@ -1,4 +0,0 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
zephyr_library_sources(soc.c) |
|
||||||
zephyr_include_directories(.) |
|
@ -1,5 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
add_subdirectory(common) |
|
||||||
zephyr_include_directories(.) |
|
@ -1,4 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
rsource "common/Kconfig" |
|
@ -1,4 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
rsource "common/Kconfig.defconfig" |
|
@ -1,4 +0,0 @@ |
|||||||
# Copyright (c) 2024 Nordic Semiconductor ASA |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
add_subdirectory_ifdef(CONFIG_RISCV_CORE_NORDIC_VPR vpr) |
|
Loading…
Reference in new issue