summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-06-06 14:07:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-06 16:40:38 -0400
commit814aae84fad50ee18bf911d1c5beacce08145df8 (patch)
tree09f1a01dba43792e37b3c63943563d18f6c9a284 /src/usr/isteps/pm
parent94ae6301d365b9aac884ac6fb669ef428283eee5 (diff)
downloadtalos-hostboot-814aae84fad50ee18bf911d1c5beacce08145df8.tar.gz
talos-hostboot-814aae84fad50ee18bf911d1c5beacce08145df8.zip
Fix PM Complex Compile Failure
Fix .mk file to find p9_ringId.H in src/import/chips/p9/utils/imageProcs/. Change-Id: I40d53d19cbe23351357289ce3ce1891a1c215c72 RTC: 148935 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25421 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm')
-rw-r--r--src/usr/isteps/pm/pm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/pm/pm.mk b/src/usr/isteps/pm/pm.mk
index dd184fed1..19d301b67 100644
--- a/src/usr/isteps/pm/pm.mk
+++ b/src/usr/isteps/pm/pm.mk
@@ -29,7 +29,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
## pointer to common HWP files
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/xip/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/
OpenPOWER on IntegriCloud