From 2e13c372f1419f08dab7797b244681f889dd9bcf Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 14 Apr 2025 22:04:32 +0200 Subject: nrfdemo --- nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake (limited to 'nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake') diff --git a/nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake b/nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake new file mode 100644 index 0000000..d6ccc23 --- /dev/null +++ b/nrfdemo/build/tfm/api_ns/platform/cpuarch.cmake @@ -0,0 +1,10 @@ +# +# Copyright (c) 2024, Nordic Semiconductor ASA. +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +set(PLATFORM_DIR ${CMAKE_CURRENT_LIST_DIR}) +set(PLATFORM_PATH ${CMAKE_CURRENT_LIST_DIR}) + +include(${CMAKE_CURRENT_LIST_DIR}/common/nrf9120/cpuarch.cmake) -- cgit v1.2.3