1# Copyright (c) 2019 Nordic Semiconductor ASA. 2# SPDX-License-Identifier: Apache-2.0 3 4if ((CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP_NS) 5 AND CONFIG_BOARD_ENABLE_CPUNET) 6zephyr_library() 7zephyr_library_sources(nrf5340_cpunet_reset.c) 8 9if (CONFIG_BUILD_WITH_TFM) 10 zephyr_library_include_directories( 11 $<TARGET_PROPERTY:tfm,TFM_BINARY_DIR>/install/interface/include 12 ) 13endif() 14 15endif() 16