aboutsummaryrefslogtreecommitdiff
path: root/components/messaging/ffa/libsp/component.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'components/messaging/ffa/libsp/component.cmake')
-rw-r--r--components/messaging/ffa/libsp/component.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/messaging/ffa/libsp/component.cmake b/components/messaging/ffa/libsp/component.cmake
index c20f8999b..60bc507da 100644
--- a/components/messaging/ffa/libsp/component.cmake
+++ b/components/messaging/ffa/libsp/component.cmake
@@ -12,6 +12,7 @@ target_sources(${TGT} PRIVATE
"${CMAKE_CURRENT_LIST_DIR}/aarch64/ffa_syscalls_a64.S"
"${CMAKE_CURRENT_LIST_DIR}/ffa.c"
"${CMAKE_CURRENT_LIST_DIR}/ffa_interrupt_handler.c"
+ "${CMAKE_CURRENT_LIST_DIR}/sp_rxtx.c"
)
set_property(TARGET ${TGT} PROPERTY PUBLIC_HEADER
@@ -22,6 +23,7 @@ set_property(TARGET ${TGT} PROPERTY PUBLIC_HEADER
${CMAKE_CURRENT_LIST_DIR}/include/sp_api_defines.h
${CMAKE_CURRENT_LIST_DIR}/include/sp_api_types.h
${CMAKE_CURRENT_LIST_DIR}/include/sp_api.h
+ ${CMAKE_CURRENT_LIST_DIR}/include/sp_rxtx.h
)