diff --git a/Makefile b/Makefile index 22f1fd6..5beba4f 100644 --- a/Makefile +++ b/Makefile @@ -399,6 +399,11 @@ $(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))