summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2017-08-03 13:58:04 +0100
committerDimitris Papastamos <dimitris.papastamos@arm.com>2017-09-22 09:30:04 +0100
commit563a9319c27bea8e92585548947451b22c597553 (patch)
treeea5bf2e4fcf92b479b4deae2938c6981ca675f78 /framework
parentb17e3a658f4ba9bf2096e5ee876fd1b361532477 (diff)
sdei: Add SDEI client library
Change-Id: Iebe05d3d896a101bd46cc9b1c44ab0712cbf4226 Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/framework.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/framework.mk b/framework/framework.mk
index a04fc7e..2aac690 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -68,6 +68,7 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/power_management/suspend/${ARCH}/asm_tftf_suspend.S \
lib/power_management/suspend/tftf_suspend.c \
lib/psci/psci.c \
+ lib/sdei/sdei.c \
lib/smc/${ARCH}/asm_smc.S \
lib/smc/${ARCH}/smc.c \
${STD_LIB_SOURCES} \