diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2015-12-28 15:09:41 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-15 11:41:07 -0400 |
| commit | c06595679e76988d9403ad62d8539bb1486dee6b (patch) | |
| tree | c0d018213831654624a3c49ea8c4e2b0d4687cf3 /src/usr/fapi2/fapi2.mk | |
| parent | 2c7af1f6cf8995bed10e9f2aacce431015bb4f96 (diff) | |
| download | talos-hostboot-c06595679e76988d9403ad62d8539bb1486dee6b.tar.gz talos-hostboot-c06595679e76988d9403ad62d8539bb1486dee6b.zip | |
FAPI2 GetParent Interface
This commit addes the getParent function the fapi2::target interface.
Also in this commit I remove some old fapi dependencies, and
changed some reasoncode information that was causing naming collisions.
Change-Id: Ib9ba92eaccf29709dafcdead9c82ccc8f8b139c1
RTC:129517
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/837
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/fapi2.mk')
| -rwxr-xr-x | src/usr/fapi2/fapi2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk index 4fe67e6b0..cea9203de 100755 --- a/src/usr/fapi2/fapi2.mk +++ b/src/usr/fapi2/fapi2.mk @@ -30,6 +30,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ #Hostboot objects OBJS += plat_utils.o |

