diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2013-10-25 15:33:39 +0100 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-11-27 15:31:06 +0000 |
commit | 27866d84283580be3d41155008d47622e87667da (patch) | |
tree | e7e642ec6a62668073c96bcfb39e6ff1739b81a1 /bl31/bl31.mk | |
parent | c10bd2ce69e54a8c71fa773810e130fc465c03ac (diff) | |
download | arm-trusted-firmware-27866d84283580be3d41155008d47622e87667da.tar.gz |
Fix inlining of GIC helper functions
Change-Id: I27aad560a5da21c0439f3ccc9dc07b026e7c6022
Diffstat (limited to 'bl31/bl31.mk')
-rw-r--r-- | bl31/bl31.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31.mk b/bl31/bl31.mk index dcf78bc..401f26a 100644 --- a/bl31/bl31.mk +++ b/bl31/bl31.mk @@ -44,7 +44,7 @@ BL31_ASM_OBJS := bl31_entrypoint.o runtime_exceptions.o psci_entry.o \ BL31_C_OBJS := bl31_main.o bl31_plat_setup.o bl31_arch_setup.o \ exception_handlers.o bakery_lock.o cci400.o \ fvp_common.o fvp_pm.o fvp_pwrc.o fvp_topology.o \ - runtime_svc.o gic_v3.o gic_v2.o psci_setup.o \ + runtime_svc.o gic_v2.o psci_setup.o \ psci_common.o psci_afflvl_on.o psci_main.o \ psci_afflvl_off.o psci_afflvl_suspend.o |