diff --git a/Makefile b/Makefile index 22f1fd6bf48888f033c921814172150bd60af058..5beba4f9310c16e1aa5db037cb50d7718c97c413 100644 --- a/Makefile +++ b/Makefile @@ -399,6 +399,11 @@ ifeq (${NEED_BL2},yes) $(eval $(call MAKE_BL,2,in_fip)) endif +ifneq (${BL30},) +FIP_DEPS += ${BL30} +FIP_ARGS += --bl30 ${BL30} +endif + ifeq (${NEED_BL31},yes) BL31_SOURCES += ${SPD_SOURCES} $(eval $(call MAKE_BL,31,in_fip))