From dd47809e9ea75188060bf8b294efa8578d255c63 Mon Sep 17 00:00:00 2001 From: Konstantin Porotchkin Date: Tue, 14 Aug 2018 12:26:45 +0300 Subject: [PATCH] fix: marvell: Check the required libraries before building doimage Some customers are missing host libraries required for doimage builds. This patch requests for the library installation check for every doimage build and suggest the required installation steps in case of missing headers. Change-Id: Icde18c3d4d6045f65e50d2dc9e6514971f40033e Signed-off-by: Konstantin Porotchkin Reviewed-by: Igal Liberman --- plat/marvell/marvell.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/plat/marvell/marvell.mk b/plat/marvell/marvell.mk index 217ad46f..2a2da3b9 100644 --- a/plat/marvell/marvell.mk +++ b/plat/marvell/marvell.mk @@ -48,6 +48,7 @@ mrvl_clean: ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${DOIMAGEPATH} clean ${DOIMAGETOOL}: mrvl_clean + @$(DOIMAGE_LIBS_CHECK) ${Q}${MAKE} --no-print-directory -C ${DOIMAGEPATH} WTMI_IMG=$(WTMI_IMG) -- 2.30.2