Build: Add mailbox_common in the build
This relates to 'mailbox: Commonise mailbox_init' as it
introduces a common implementation for the tfm_ns_mailbox_init()
function.
The newly added common file is therefore added to the build.
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
Change-Id: I343bce7ef030d963bbf8822253f6ead849bb435f
diff --git a/app_broker/CMakeLists.txt b/app_broker/CMakeLists.txt
index 9870f8d..caad0cf 100644
--- a/app_broker/CMakeLists.txt
+++ b/app_broker/CMakeLists.txt
@@ -107,6 +107,7 @@
# NS RTOS specific implementation of NS mailbox
${APP_LIB_DIR}/multi_core/tfm_ns_mailbox_rtos_api.c
$<$<BOOL:${TEST_NS_MULTI_CORE}>:${APP_LIB_DIR}/multi_core/tfm_ns_mailbox_test.c>
+ ${SPE_INSTALL_INTERFACE_SRC}/multi_core/tfm_ns_mailbox_common.c
)
target_compile_definitions(ns_multi_core