summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-08-14 12:26:45 +0300
committerKostya Porotchkin <kostap@marvell.com>2018-08-15 16:13:52 +0300
commit0909d554b3d914f918e5c0ead9750e6e0767ab6e (patch)
tree3514dc0207dc0b2fbc1f3936c0232d2a535a8ce0
parent88a20ba9734470ffc458c054201a50b8e4907f5f (diff)
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 <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/59049 Reviewed-by: Igal Liberman <igall@marvell.com>
-rw-r--r--plat/marvell/marvell.mk1
1 files changed, 1 insertions, 0 deletions
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)