diff options
| author | Matt K. Light <mklight@us.ibm.com> | 2017-07-25 09:39:07 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 18:36:01 -0500 |
| commit | 753ad4af1a7b2cbf16e80d5ce6a96ecceb0c395b (patch) | |
| tree | 293e2e058bd387dedff6a2abd2a9a0bc00abfeb7 | |
| parent | cdabbe70fbd300398beaaece963c4d28ed935987 (diff) | |
| download | talos-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.mk | 2 |
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) |

