summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-08-28 10:32:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-24 16:08:52 -0400
commit04d226f6c9249ad9270ed2aabf1b42fb9c856191 (patch)
tree6715ac35baf6771b234a8b828b63386fdc1f3c03 /src/import/chips/p9/procedures/hwp
parent8e70eadd39c78d24897317df926746518ddd2de5 (diff)
downloadtalos-hostboot-04d226f6c9249ad9270ed2aabf1b42fb9c856191.tar.gz
talos-hostboot-04d226f6c9249ad9270ed2aabf1b42fb9c856191.zip
PM:Fixed issue with makefile of Hcode Image _build
Change-Id: I33f3e11c25c0cf2a7d51ebeed45aa96485d97537 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28881 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28882 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.mk b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.mk
index 903061534..9846938ba 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.mk
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.mk
@@ -28,8 +28,8 @@ HCODE_UTIL+=$(ROOTPATH)/chips/p9/xip/
HCODE_UTIL+=$(ROOTPATH)/chips/p9/utils/imageProcs/
HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/hwp/lib/
HCODE_UTIL+=$(ROOTPATH)/tools/imageProcs/
-$(PROCEDURE)_DEPLIBS+=p9_xip_image
-$(PROCEDURE)_DEPLIBS+=p9_tor
-$(PROCEDURE)_DEPLIBS+=p9_ringId
+lib$(PROCEDURE)_DEPLIBS+=p9_xip_image
+lib$(PROCEDURE)_DEPLIBS+=p9_tor
+lib$(PROCEDURE)_DEPLIBS+=p9_ringId
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(HCODE_UTIL))
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud