summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-06-23 05:00:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-27 13:22:14 -0400
commit41393cde4fdb66f1184d6ad7c0d694959e568477 (patch)
tree5199fdc80b2fd5c6b06163d3cbb2e05ae2ea4d39 /src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk
parent82163d0932b8f0dcc67cfd34f83ecdff32281cac (diff)
downloadtalos-hostboot-41393cde4fdb66f1184d6ad7c0d694959e568477.tar.gz
talos-hostboot-41393cde4fdb66f1184d6ad7c0d694959e568477.zip
PM: PPE State tool fixes.
Commit addresses various issues with PPE State tool: - exports various functions to through header file - documentation and variable update. - removes inclusion of p9_ppe_utils.C in other source files. - makefile updates Change-Id: I06c061abb1b0c6ebb152bfff362409a7bc57d060 Original-Change-Id: I0d5fc178cf04c23add5df00b59b9d6243695de99 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42467 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43732 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.mk3
1 files changed, 1 insertions, 2 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 3a576152f..1d61f6f15 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,7 +23,6 @@
#
# IBM_PROLOG_END_TAG
PROCEDURE=p9_ppe_state
-$(call ADD_MODULE_SRCDIR,$(PROCEDURE),$(ROOTPATH)/chips/p9/procedures/hwp/lib)
-OBJS+=p9_ppe_state.o
+$(PROCEDURE)_DEPLIBS += p9_ppe_utils
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud