summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2013-04-08 08:36:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-08 11:11:40 -0500
commit0b54ea77e9ae3ba7195d118a1a0ed5ae39566226 (patch)
treed641191f0b8b375251156e900a56332ed841beb1 /src/build/mkrules/hbfw
parent321ce4299b31ad8f54172079b32d20ead5d24a30 (diff)
downloadtalos-hostboot-0b54ea77e9ae3ba7195d118a1a0ed5ae39566226.tar.gz
talos-hostboot-0b54ea77e9ae3ba7195d118a1a0ed5ae39566226.zip
Tweak PNOR image build makefile for p8.ref image dependancy
Change-Id: I7a5420b643fe03d2ccfb759bc5fd391503e785b4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3938 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 1611c6d90..1d603f3ee 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -37,7 +37,8 @@ VPATH += ../fsp
DEFAULT_PATH = ${.PATH}
SRCPATH = ${DEFAULT_PATH:M*src*}
-OTHERS = cp_hbfiles build_pnor_images
+build_all: cp_hbfiles
+install_all: build_pnor_images
#################################################
# Copy Hostboot binary images to obj dir to be grabbed
@@ -101,6 +102,7 @@ PNOR_IMG_INFO = \
venice.pnor:defaultPnorLayout.xml:${VENICE_SECT},${HOSTBOOT_DEFAULT_SECTIONS} \
${FIPS_PNOR_INFO}
+
__IMAGE_BUILD/% : .SPECTARG .PMAKE cp_hbfiles
@${MAKE:T:R} BUILD_SPECIFIC_IMAGE \
"IMAGE_PARAMS=${.TARGET:s/__IMAGE_BUILD\///:s/:/ /g}"
OpenPOWER on IntegriCloud