aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2014-05-27 12:55:26 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2014-06-05 17:39:40 +0100
commit6825c0585f171677d3484f2e6d9e432ee77e76b8 (patch)
tree64c029d2dcbbf2362c45e483a67897912dc23c85
parentd20903486d0a2cab8dea38df9325a8b81293e6c1 (diff)
juno: Compile GIC files in BL3-2
Change-Id: Id57a159edf2a54596f4647ab80bc3ff6e4c6a7d0
-rw-r--r--bl32/tsp/tsp-juno.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/bl32/tsp/tsp-juno.mk b/bl32/tsp/tsp-juno.mk
index cc88df2..3c9fff8 100644
--- a/bl32/tsp/tsp-juno.mk
+++ b/bl32/tsp/tsp-juno.mk
@@ -29,7 +29,9 @@
#
# TSP source files specific to Juno platform
-BL32_SOURCES += plat/common/aarch64/platform_mp_stack.S \
- plat/juno/bl32_plat_setup.c \
+BL32_SOURCES += drivers/arm/gic/gic_v2.c \
+ plat/common/aarch64/platform_mp_stack.S \
plat/juno/aarch64/plat_common.c \
- plat/juno/aarch64/plat_helpers.S
+ plat/juno/aarch64/plat_helpers.S \
+ plat/juno/bl32_plat_setup.c \
+ plat/juno/plat_gic.c