commit | c5c9b69c132c823aabc1e29c2ff6f30323c85483 | [log] [tgz] |
---|---|---|
author | Andrew Thoelke <andrew.thoelke@arm.com> | Fri May 16 12:27:33 2014 +0100 |
committer | Andrew Thoelke <andrew.thoelke@arm.com> | Fri May 16 12:27:33 2014 +0100 |
tree | 889cb5f71cb007e0a37380b79bfe06a1f1223892 | |
parent | ef27980d71d0f5f8f83895929e246d0495c9d189 [diff] | |
parent | db8989d5a507823e7ffe9cab5018481e1491151a [diff] |
Merge pull request #71 from sandrine-bailleux:sb/fix-tsp-fvp-makefile
diff --git a/bl32/tsp/tsp-fvp.mk b/bl32/tsp/tsp-fvp.mk index 3bcf439..5d8a0e3 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