diff options
| author | nagurram-in <nagendra.g@in.ibm.com> | 2017-01-31 23:50:35 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-02-06 17:17:25 -0500 |
| commit | b9fd10a99329adb4093c453bf9f80b05a6f31fa3 (patch) | |
| tree | 3ce90083966c9d815ba05777a3969dbc011f873a /src/usr/hdat/makefile | |
| parent | fea19a9fce4bb79622ce1bd927ce8bc8e0e2f20a (diff) | |
| download | blackbird-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.tar.gz blackbird-hostboot-b9fd10a99329adb4093c453bf9f80b05a6f31fa3.zip | |
Dumping full vpd into HDAT
Change-Id: I34f5ce9d702818254d44a0dd979b277b75ebc861
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35711
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/makefile')
| -rw-r--r-- | src/usr/hdat/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hdat/makefile b/src/usr/hdat/makefile index 456664f49..a2d95b15e 100644 --- a/src/usr/hdat/makefile +++ b/src/usr/hdat/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # @@ -26,6 +26,8 @@ ROOTPATH = ../../.. MODULE = hdat +EXTRAINCDIR += ../vpd +EXTRAINCDIR += ../../include/usr/vpd EXTRAINCDIR += OBJS += hdatutil.o |

