summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-02-20 09:26:02 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2018-02-20 11:50:59 +0000
commitab462ac04c3ddb133a61c8eea5ce6bd3aed64005 (patch)
treebc5b99905b13a2ca62c3bdc89a49102a8517155c /framework
parent31c31e5fc59e738e8dc5f47e2a3ba4aa8c73634c (diff)
Add AMUv1 framework bits
Change-Id: I9f91932715a558b4571b33101bfc23686baa55d1 Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/framework.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/framework.mk b/framework/framework.mk
index 2aac690..c26cd5a 100644
--- a/framework/framework.mk
+++ b/framework/framework.mk
@@ -62,6 +62,8 @@ FRAMEWORK_SOURCES := ${AUTOGEN_DIR}/tests_list.c \
lib/${ARCH}/misc_helpers.S \
lib/delay/delay.c \
lib/events/events.c \
+ lib/extensions/amu/${ARCH}/amu.c \
+ lib/extensions/amu/${ARCH}/amu_helpers.S \
lib/irq/irq.c \
lib/locks/${ARCH}/spinlock.S \
lib/power_management/hotplug/hotplug.c \