From 41393cde4fdb66f1184d6ad7c0d694959e568477 Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Fri, 23 Jun 2017 05:00:21 -0500 Subject: 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 Tested-by: Hostboot CI Reviewed-by: AMIT J. TENDOLKAR Reviewed-by: Juan R. Medina Reviewed-by: Gregory S. Still Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43732 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_ppe_state.mk') 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) -- cgit v1.2.1