diff options
author | George Keishing <gkeishin@in.ibm.com> | 2016-01-11 03:24:22 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-02 11:48:07 -0400 |
commit | 61e75290db0c553a3c277cb77d8defe86ee972da (patch) | |
tree | 8f9eabb8c42afac78d8d93101805d9946dd2c9bd /src/usr/fapi2/makefile | |
parent | 5a28f31752051912be414aa57e8b213c3a6eb0da (diff) | |
download | talos-hostboot-61e75290db0c553a3c277cb77d8defe86ee972da.tar.gz talos-hostboot-61e75290db0c553a3c277cb77d8defe86ee972da.zip |
FAPI2 Plat support for mvpd accessors
Change-Id: I808ee063ef3e76738e24efb13b4244c542f184e9
RTC: 140330
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/796
Tested-by: Jenkins Server
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/makefile')
-rwxr-xr-x | src/usr/fapi2/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fapi2/makefile b/src/usr/fapi2/makefile index 26dcfca2b..391f67c64 100755 --- a/src/usr/fapi2/makefile +++ b/src/usr/fapi2/makefile @@ -48,4 +48,4 @@ include ${ROOTPATH}/src/import/hwpf/fapi2/tools/createIfAttrService.mk include ${ROOTPATH}/config.mk -vpath %.C ${GENDIR}
\ No newline at end of file +vpath %.C ${GENDIR} |