summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-30 10:44:48 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-30 11:52:25 -0500
commit24d823ba8823ec86fad7c316abb46aae1cb08997 (patch)
tree2958a05efe53dfdbfc7b0ee7748686e72e171a89 /src/makefile
parentb3134ac27b470acb519ca2c9af2a01c8e4cdb5a3 (diff)
downloadtalos-hostboot-24d823ba8823ec86fad7c316abb46aae1cb08997.tar.gz
talos-hostboot-24d823ba8823ec86fad7c316abb46aae1cb08997.zip
Dummy commit for CMVC co-req use for RS4 switcharoo
Using this commit as a barrier to force some CMVC co-reqs Change-Id: If3ce740e9ec7e05eb366e63e97a93dc62fd2598d CMVC-Coreq: 1015119 CMVC-Coreq: 1015124 CMVC-Coreq: 1015135 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35580 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 625e103f0..97374f01b 100644
--- a/src/makefile
+++ b/src/makefile
@@ -385,3 +385,4 @@ imgsizecheck: ${IMGDIR}/hbicore.bin ${IMGDIR}/hbibl.bin
$(if $(findstring $(shell (stat -c%s ${IMGDIR}/hbicore.bin; echo $(MAX_BASE_SIZE)) | sort -n | tail -n1), $(MAX_BASE_SIZE)),true, @echo ERROR: ${IMGDIR}/hbicore.bin too large. Max allowed size is $(MAX_BASE_SIZE); false)
$(if $(findstring $(shell (stat -c%s ${IMGDIR}/hbibl.bin; echo $(MAX_BTLDR_SIZE)) | sort -n | tail -n1), $(MAX_BTLDR_SIZE)),true, @echo ERROR: ${IMGDIR}/hbibl.bin too large. Max allowed size is $(MAX_BTLDR_SIZE); false)
+
OpenPOWER on IntegriCloud