summaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
authorAndrew Thoelke <andrew.thoelke@arm.com>2014-05-16 12:27:33 +0100
committerAndrew Thoelke <andrew.thoelke@arm.com>2014-05-16 12:27:33 +0100
commitc5c9b69c132c823aabc1e29c2ff6f30323c85483 (patch)
tree889cb5f71cb007e0a37380b79bfe06a1f1223892 /bl32
parentef27980d71d0f5f8f83895929e246d0495c9d189 (diff)
parentdb8989d5a507823e7ffe9cab5018481e1491151a (diff)
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
Diffstat (limited to 'bl32')
-rw-r--r--bl32/tsp/tsp-fvp.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/bl32/tsp/tsp-fvp.mk b/bl32/tsp/tsp-fvp.mk
index 3bcf439b..5d8a0e34 100644
--- a/bl32/tsp/tsp-fvp.mk
+++ b/bl32/tsp/tsp-fvp.mk
@@ -31,4 +31,5 @@
# TSP source files specific to FVP platform
BL32_SOURCES += plat/common/aarch64/platform_mp_stack.S \
plat/fvp/bl32_plat_setup.c \
- plat/fvp/aarch64/plat_common.c
+ plat/fvp/aarch64/plat_common.c \
+ plat/fvp/aarch64/plat_helpers.S