summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-04-20 17:25:35 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-21 16:16:32 -0400
commit3de4b07f53da5365b23ded3f91b671d8407f4e04 (patch)
tree22ef62ac1c5d1c554e76403b99836859b78468b6 /src/build
parent57c42cab7654da26cdb1cc26742d203eec66138e (diff)
downloadtalos-hostboot-3de4b07f53da5365b23ded3f91b671d8407f4e04.tar.gz
talos-hostboot-3de4b07f53da5365b23ded3f91b671d8407f4e04.zip
Fix TARGET_TEST syntax in makefile
$TARGET_TEST always evaulated true Change-Id: I7152570887ad522506dccebac3a06bfedff0b336 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23494 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 98fd583ba..c59ffd6b9 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -137,7 +137,7 @@ cp_hbfiles: .SPECTARG
# If "--test" flag set do not pad to ibs=5120k, as the test HBI images is
# possibly larger than parition size and does not need to be fully padded.
# Size adjustments made in buildpnor.pl
- .if($TARGET_TEST)
+ .if(${TARGET_TEST})
dd if=${TEMP_IMAGE} of=${EXT_HEADER_IMAGE} ibs=4k conv=sync
.else
dd if=${TEMP_IMAGE} of=${EXT_HEADER_IMAGE} ibs=5120k conv=sync
OpenPOWER on IntegriCloud