aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/core/ipc/CMakeLists.inc
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/core/ipc/CMakeLists.inc')
-rw-r--r--secure_fw/core/ipc/CMakeLists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/core/ipc/CMakeLists.inc b/secure_fw/core/ipc/CMakeLists.inc
index b7cb51db50..e369a4240b 100644
--- a/secure_fw/core/ipc/CMakeLists.inc
+++ b/secure_fw/core/ipc/CMakeLists.inc
@@ -38,13 +38,13 @@ elseif (TFM_PSA_API)
"${SS_IPC_DIR}/psa_client.c"
"${SS_IPC_DIR}/tfm_thread.c"
"${SS_IPC_DIR}/tfm_wait.c"
- "${SS_IPC_DIR}/tfm_utils.c"
"${SS_IPC_DIR}/tfm_message_queue.c"
"${SS_IPC_DIR}/tfm_pools.c"
"${SS_IPC_DIR}/tfm_spm.c"
"${SS_IPC_DIR}/../tfm_core.c"
"${SS_IPC_DIR}/../tfm_secure_api.c"
"${SS_IPC_DIR}/../tfm_spm_services.c"
+ "${SS_IPC_DIR}/../tfm_utils.c"
"${SS_IPC_DIR}/../tfm_handler.c"
"${SS_IPC_DIR}/../tfm_nspm.c"
"${SS_IPC_DIR}/../tfm_boot_data.c"