aboutsummaryrefslogtreecommitdiff
path: root/cmake/install.cmake
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2020-12-04 17:20:27 +0800
committerDavid Hu <david.hu@arm.com>2020-12-28 13:53:02 +0800
commitb7a131e0b0f1835f7a2fae4c3bd5778a88c30549 (patch)
treed5c2a762424e549da053e0d7c6950efedce11101 /cmake/install.cmake
parentdb067ebbb172799e2aa29f2443499babd3fa3e99 (diff)
downloadtrusted-firmware-m-b7a131e0b0f1835f7a2fae4c3bd5778a88c30549.tar.gz
Build: Move psa_ns_api build to NS side
Move NS interface source code build to NS side. NS interface build should be executed during NS build. Change-Id: I7ac3bbf1a9e975d8a9e2f4fb5cd6f367ff94cc9d Signed-off-by: David Hu <david.hu@arm.com>
Diffstat (limited to 'cmake/install.cmake')
-rw-r--r--cmake/install.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 3deee99081..8d9fe3f378 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -19,12 +19,6 @@ set(INTERFACE_SRC_DIR ${CMAKE_SOURCE_DIR}/interface/src)
set(EXPORT_INC_DIR ${CMAKE_BINARY_DIR}/install/export/tfm/include)
set(EXPORT_SRC_DIR ${CMAKE_BINARY_DIR}/install/export/tfm/src)
-# export NS static lib
-install(TARGETS psa_api_ns
- ARCHIVE
- DESTINATION ${CMAKE_BINARY_DIR}/install/export/tfm/lib
-)
-
# export veneer lib
if (NOT TFM_MULTI_CORE_TOPOLOGY)
install(FILES ${CMAKE_BINARY_DIR}/secure_fw/s_veneers.o