diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-03-07 11:40:44 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-29 13:33:23 -0400 |
| commit | 40e763ce8ad18132b6244a695ca9bc5f96a07674 (patch) | |
| tree | 6dc851e3f51e357c228e2b929716e5e08baa5124 /src/usr/fapi2/test/makefile | |
| parent | c66c9b42b4e2aa5abb6293c732ad7f3245e1e3e0 (diff) | |
| download | talos-hostboot-40e763ce8ad18132b6244a695ca9bc5f96a07674.tar.gz talos-hostboot-40e763ce8ad18132b6244a695ca9bc5f96a07674.zip | |
Additional fapi2 hw_access support
Moved function implementations into .C file
Cleaned up cfam target check
Change-Id: Ib25e6cdb336688eb23e2cfef7f3756781839753f
RTC: 143118
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/867
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/fapi2/test/makefile')
| -rw-r--r-- | src/usr/fapi2/test/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/makefile b/src/usr/fapi2/test/makefile index ffebf05e3..5184e449e 100644 --- a/src/usr/fapi2/test/makefile +++ b/src/usr/fapi2/test/makefile @@ -37,6 +37,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ # Procedures OBJS += p9_sample_procedure.o +OBJS += p9_hwtests.o OBJS += fapi2TestUtils.o TESTS += fapi2Test.H |

