diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2016-09-26 17:08:45 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-12 12:20:17 -0400 |
commit | 73bdae73e68a9b128392409651b5a40f1aacebf4 (patch) | |
tree | ff1abaad049273629aa7d9e5058577fe291edea0 | |
parent | b19bd803d905c357b7ef345badd8e1af5fb88f81 (diff) | |
download | talos-hostboot-73bdae73e68a9b128392409651b5a40f1aacebf4.tar.gz talos-hostboot-73bdae73e68a9b128392409651b5a40f1aacebf4.zip |
Remove unnecessary include path to error_info directory in istep14
Change-Id: Ifbd89eff440a9f0afecc6cfba45c890a1628fdc8
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30325
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/usr/isteps/istep14/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile index 075e197ea..6454e0476 100644 --- a/src/usr/isteps/istep14/makefile +++ b/src/usr/isteps/istep14/makefile @@ -36,7 +36,6 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/nest EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ -EXTRAINCDIR += ${PROCEDURE_PATH}/xml/error_info/ EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/eff_config/ EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/ EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/mcbist/ |