aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRaef Coles <raef.coles@arm.com>2020-11-24 12:04:42 +0000
committerDavid Hu <david.hu@arm.com>2020-11-25 07:02:16 +0000
commit25fc175ca095b8618c8d1e7e491b817b0420c8cc (patch)
tree28032f9522533a5dad8995725544f67a865dd581 /cmake
parentfbc34ccd17ede0737ce09106c453fa29226d10d4 (diff)
downloadtrusted-firmware-m-25fc175ca095b8618c8d1e7e491b817b0420c8cc.tar.gz
Build: Export s_veneers.o
Instead of libtfm_s_veneers.a, to allow for better compatibility for existing users of the exported files. Change-Id: Icbcad55da56d5b0a6962138350243dd188989b97 Signed-off-by: Raef Coles <raef.coles@arm.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/install.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/install.cmake b/cmake/install.cmake
index 0a1d7632ec..1fcecc74c7 100644
--- a/cmake/install.cmake
+++ b/cmake/install.cmake
@@ -26,8 +26,7 @@ install(TARGETS psa_api_ns
# export veneer lib
if (NOT TFM_MULTI_CORE_TOPOLOGY)
- install(TARGETS tfm_s_veneers
- ARCHIVE
+ install(FILES ${CMAKE_BINARY_DIR}/secure_fw/s_veneers.o
DESTINATION ${CMAKE_BINARY_DIR}/install/export/tfm/lib)
endif()