Platform: Move PSoC64 exports into TF-M general export folder
Export PSoC64 platform specific header files into TF-M general
export include folder, instead of into a dedicated folder.
Change-Id: I5e976a2308edeb9062bd18ff5ec6ac2f938e299c
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/platform/ext/psoc64.cmake b/platform/ext/psoc64.cmake
index 45f6962..9d79a57 100644
--- a/platform/ext/psoc64.cmake
+++ b/platform/ext/psoc64.cmake
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
# Copyright (c) 2019, Cypress Semiconductor Corporation. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
@@ -82,7 +82,7 @@
install(FILES ${PLATFORM_DIR}/target/cypress/psoc64/mailbox/ns_ipc_config.h
${PLATFORM_DIR}/target/cypress/psoc64/mailbox/platform_multicore.h
- DESTINATION export/tfm/inc)
+ DESTINATION export/tfm/include)
install(FILES ${PLATFORM_DIR}/target/cypress/psoc64/mailbox/platform_multicore.c
${PLATFORM_DIR}/target/cypress/psoc64/mailbox/platform_ns_mailbox.c