boards: nrf53*: remove unnecessary TF-M includes
After 6a14a0233b
these TF-M includes
should not be necessary.
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
d9a5a220b7
commit
b5a3f7532f
3 changed files with 0 additions and 25 deletions
|
@ -1,10 +0,0 @@
|
|||
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
||||
# Copyright (c) 2021-2023 Laird Connectivity.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if((CONFIG_BOARD_BL5340_DVK_NRF5340_CPUAPP OR CONFIG_BOARD_BL5340_DVK_NRF5340_CPUAPP_NS)
|
||||
AND CONFIG_BUILD_WITH_TFM)
|
||||
zephyr_library_include_directories(
|
||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
|
||||
)
|
||||
endif()
|
|
@ -4,10 +4,4 @@
|
|||
if(CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(nrf5340_audio_dk_config.c)
|
||||
|
||||
if(CONFIG_BUILD_WITH_TFM)
|
||||
zephyr_library_include_directories(
|
||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if ((CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP_NS)
|
||||
AND CONFIG_BUILD_WITH_TFM)
|
||||
zephyr_library_include_directories(
|
||||
$<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/api_ns/interface/include
|
||||
)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue