summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-07-25 09:39:07 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 18:36:01 -0500
commit753ad4af1a7b2cbf16e80d5ce6a96ecceb0c395b (patch)
tree293e2e058bd387dedff6a2abd2a9a0bc00abfeb7
parentcdabbe70fbd300398beaaece963c4d28ed935987 (diff)
downloadtalos-hcode-753ad4af1a7b2cbf16e80d5ce6a96ecceb0c395b.tar.gz
talos-hcode-753ad4af1a7b2cbf16e80d5ce6a96ecceb0c395b.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>
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk b/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
index 2e52f426..0f836b2f 100644
--- a/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
+++ b/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
@@ -23,5 +23,5 @@
#
# 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