diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2016-05-31 08:47:07 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-02 10:41:26 -0400 |
commit | 93ff4cbbfc243a45e0926b139786206793436e3f (patch) | |
tree | 616dda8ee200414e9c1259fc000df123f10bf663 /src/usr/isteps/istep09/makefile | |
parent | d758cffb8803e7dd20670a1727b7a2cc1a28036a (diff) | |
download | talos-hostboot-93ff4cbbfc243a45e0926b139786206793436e3f.tar.gz talos-hostboot-93ff4cbbfc243a45e0926b139786206793436e3f.zip |
Move p9_ringId.H from chips/p9/utils to chips/p9/utils/imageProcs
to sync with ekb and use the latest copy
RTC:154163
Change-Id: I1a6ffccd8358f2e385802b5aeccf10a0e4d9c05d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25174
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep09/makefile')
-rw-r--r-- | src/usr/isteps/istep09/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/istep09/makefile b/src/usr/isteps/istep09/makefile index 24e658568..de7302642 100644 --- a/src/usr/isteps/istep09/makefile +++ b/src/usr/isteps/istep09/makefile @@ -29,6 +29,7 @@ MODULE = istep09 EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/nest/ EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/io/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ |