From 24d823ba8823ec86fad7c316abb46aae1cb08997 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 30 Jan 2017 10:44:48 -0600 Subject: 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 Tested-by: Daniel M. Crowell --- src/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile') 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) + -- cgit v1.2.1