diff options
| author | Raja Das <rajadas2@in.ibm.com> | 2019-02-06 03:50:46 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-03-21 08:12:43 -0500 |
| commit | 55260d579728b2e625b1251c5a4ec21071b7db4d (patch) | |
| tree | 27c14150598fff753a53fa56a981c359a4f503e3 /src/usr/sbeio/makefile | |
| parent | be07d93af71c9213818304af4ed125a60f458d38 (diff) | |
| download | blackbird-hostboot-55260d579728b2e625b1251c5a4ec21071b7db4d.tar.gz blackbird-hostboot-55260d579728b2e625b1251c5a4ec21071b7db4d.zip | |
Security List Binary Dump Chip-op Support
Change-Id: I4a4b7c8fccab508ee59e5e6330b27b07b5ae91f8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71417
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/makefile')
| -rw-r--r-- | src/usr/sbeio/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile index 7885d6670..480647e55 100644 --- a/src/usr/sbeio/makefile +++ b/src/usr/sbeio/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2018 +# Contributors Listed Below - COPYRIGHT 2015,2019 # [+] International Business Machines Corp. # # @@ -49,6 +49,7 @@ OBJS += sbe_memRegionMgr.o OBJS += sbe_fifo_buffer.o OBJS += sbe_ffdc_package_parser.o OBJS += sbe_getCapabilities.o +OBJS += sbe_securityListBinDump.o # sbeio's sub directories SUBDIRS += test.d |

