summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/utils
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-10-21 14:19:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-30 21:45:58 -0400
commit2b65fdce675d1e7cc7b6ca4db9d3dd978926203c (patch)
tree85e879cb277792548deefd86a5662b5ca0627e5d /src/import/chips/p9/procedures/utils
parent4aecfaf1211544b38f3d664dbd0ab8c96ff9171c (diff)
downloadtalos-hostboot-2b65fdce675d1e7cc7b6ca4db9d3dd978926203c.tar.gz
talos-hostboot-2b65fdce675d1e7cc7b6ca4db9d3dd978926203c.zip
fix build to include p9_stop_lib
Change-Id: I13efa98cb556f2d5f1dac6085c1d68fd79e7fcf9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31658 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Dev-Ready: Matt K. Light <mklight@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31660 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/utils')
-rw-r--r--src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.mk b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.mk
index 4f5fee6bc..ca88dfde2 100644
--- a/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.mk
+++ b/src/import/chips/p9/procedures/utils/stopreg/p9_stop_api.mk
@@ -25,6 +25,6 @@
PROCEDURE=p9_stop_api
STOP_UTIL=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/
STOP_UTIL+=$(ROOTPATH)/chips/p9/procedures/hwp/lib
-libp9_stop_util_DEPLIBS += p9_stop_util
+libp9_stop_api_DEPLIBS += p9_stop_util
$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(STOP_UTIL))
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud