summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-04-08 10:40:39 +0100
committerdanh-arm <dan.handley@arm.com>2016-04-08 10:40:39 +0100
commitb2c9687fe3d04f5c3c9fb4d1d7c026249e7a5b69 (patch)
treedd572ebdc696b3b4802e3dbaf96670952f8cae12 /Makefile
parent978e6820acba4fc7ef778b2379e31cc2d5aa9d54 (diff)
parent81d139d5773baf91f6ac5e75078b2c263077f602 (diff)
Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32
Remove BL32_BASE when building without SPD for FVP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2ca9168..122cf2f2 100644
--- a/Makefile
+++ b/Makefile
@@ -414,6 +414,7 @@ $(eval $(call assert_boolean,PL011_GENERIC_UART))
################################################################################
$(eval $(call add_define,PLAT_${PLAT}))
+$(eval $(call add_define,SPD_${SPD}))
$(eval $(call add_define,NS_TIMER_SWITCH))
$(eval $(call add_define,RESET_TO_BL31))
$(eval $(call add_define,CTX_INCLUDE_FPREGS))