summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-07-25 09:39:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-27 13:22:40 -0400
commit32b1903eac84f4e4fe53478f02461577bbb2b86a (patch)
tree0324fde64ea6478f7687a2581e1c9165f4b042fb /src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
parent41393cde4fdb66f1184d6ad7c0d694959e568477 (diff)
downloadtalos-hostboot-32b1903eac84f4e4fe53478f02461577bbb2b86a.tar.gz
talos-hostboot-32b1903eac84f4e4fe53478f02461577bbb2b86a.zip
fix p9_ppe_state.mk for missing symbols
Change-Id: I7b56c2e1ae7177db13e24f3c1fcfc451edc0ab61 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43594 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Dev-Ready: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43733 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> 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/lib/p9_ppe_state.mk')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk b/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
index 1d61f6f15..6eaaae1cc 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
@@ -23,6 +23,6 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_ppe_state
-$(PROCEDURE)_DEPLIBS += p9_ppe_utils
+lib$(PROCEDURE)_DEPLIBS += p9_ppe_utils
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud