diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2016-04-19 16:24:25 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-25 16:02:30 -0400 |
| commit | b24c53c78faff4a6ef41232d1ae742d28045e354 (patch) | |
| tree | 0ced340c2ab7bd3e4a4dd7ae79b1b210a09d42c3 /src/usr/fapi2/test/makefile | |
| parent | 9624de19f81da674e87a9fbc697f98fbcf43fb9d (diff) | |
| download | blackbird-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.tar.gz blackbird-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.zip | |
Build FAPI2 into HBRT image
Change-Id: I3567d4d534a26edd33810f6b3a5c033507ffc119
RTC:145237
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23441
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 | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/src/usr/fapi2/test/makefile b/src/usr/fapi2/test/makefile index 472c748e4..1ed52b78b 100644 --- a/src/usr/fapi2/test/makefile +++ b/src/usr/fapi2/test/makefile @@ -29,31 +29,9 @@ ROOTPATH = ../../../.. MODULE = testfapi2 -EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ -EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ -EXTRAINCDIR += ${ROOTPATH}/src/usr/fapi2/test/ -EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ -EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ -EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ -EXTRAINCDIR += ${ROOTPATH}/src/include/usr/targeting/common/ - - -# Procedures -OBJS += p9_sample_procedure.o -OBJS += p9_hwtests.o -OBJS += fapi2TestUtils.o - - -TESTS += fapi2HwpTest.H -TESTS += fapi2HwAccessTest.H -TESTS += fapi2GetParentTest.H -TESTS += fapi2GetChildrenTest.H -TESTS += fapi2BasicTryTest.H -TESTS += fapi2GetOtherEndTest.H -TESTS += fapi2SpdTestCxx.H -TESTS += fapi2MvpdTestCxx.H +include fapi2Test.mk include ${ROOTPATH}/config.mk -vpath %.C ${GENDIR} ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ +vpath %.C ${GENDIR} |

