aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2019-10-11 15:50:43 +0100
committerMax Shvetsov <maksims.svecovs@arm.com>2020-02-10 14:09:21 +0000
commitc3fb00d93ee734e60dea4f13f7f7a80eadb9cfa9 (patch)
tree0b8579a98d5e465524e27fd19a3f3a39d1ddf20a /bl31
parent2a7b403de55705de7354cf4077064ef857c31ce2 (diff)
downloadplatform_external_arm-trusted-firmware-c3fb00d93ee734e60dea4f13f7f7a80eadb9cfa9.tar.gz
platform_external_arm-trusted-firmware-c3fb00d93ee734e60dea4f13f7f7a80eadb9cfa9.tar.bz2
platform_external_arm-trusted-firmware-c3fb00d93ee734e60dea4f13f7f7a80eadb9cfa9.zip
SPMD: enable SPM dispatcher support
This patch adds support to the build system to include support for the SPM dispatcher when the SPD configuration option is spmd. Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Artsem Artsemenka <artsem.artsemenka@arm.com> Change-Id: Ic1ae50ecd7403fcbcf1d318abdbd6ebdc642f732
Diffstat (limited to 'bl31')
-rw-r--r--bl31/bl31.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index 58909e84a..0948e94e0 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -31,6 +31,7 @@ BL31_SOURCES += bl31/bl31_main.c \
services/arm_arch_svc/arm_arch_svc_setup.c \
services/std_svc/std_svc_setup.c \
${PSCI_LIB_SOURCES} \
+ ${SPMD_SOURCES} \
${SPM_SOURCES}