zephyr/modules/trusted-firmware-m/nordic_nrf/nrf9160/CMakeLists.txt

13 lines
282 B
CMake

#
# Copyright (c) 2023, Nordic Semiconductor ASA.
#
# SPDX-License-Identifier: Apache-2.0
#
set(NRF_BOARD_SELECTED True)
set(NRF_SOC_VARIANT nrf91)
add_subdirectory(${Trusted\ Firmware\ M_SOURCE_DIR}/platform/ext/target/nordic_nrf/common/nrf91 nrf91)
add_subdirectory(.. common)