aboutsummaryrefslogtreecommitdiff
path: root/spm/cactus/cactus.mk
diff options
context:
space:
mode:
Diffstat (limited to 'spm/cactus/cactus.mk')
-rw-r--r--spm/cactus/cactus.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/spm/cactus/cactus.mk b/spm/cactus/cactus.mk
index a32b7130e..e965499dc 100644
--- a/spm/cactus/cactus.mk
+++ b/spm/cactus/cactus.mk
@@ -36,7 +36,8 @@ CACTUS_SOURCES := \
# TODO: Remove dependency on TFTF files.
CACTUS_SOURCES += \
tftf/framework/debug.c \
- tftf/framework/${ARCH}/asm_debug.S
+ tftf/framework/${ARCH}/asm_debug.S \
+ tftf/tests/runtime_services/secure_service/ffa_helpers.c
CACTUS_SOURCES += drivers/arm/pl011/${ARCH}/pl011_console.S \
lib/${ARCH}/cache_helpers.S \