diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-08-02 15:19:28 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-09 13:37:21 -0400 |
| commit | a10c7ced3ef2782fe966a1c7b540a1d4bc679873 (patch) | |
| tree | 7d61d400a2b9eb14aa235eb798b8eb279d09444b /src/usr/secureboot/base/makefile | |
| parent | 9f4c91ea6f75fe56eb5becb31ce551b1806d1cd5 (diff) | |
| download | talos-hostboot-a10c7ced3ef2782fe966a1c7b540a1d4bc679873.tar.gz talos-hostboot-a10c7ced3ef2782fe966a1c7b540a1d4bc679873.zip | |
Move containerHeader class to secureboot common directory
RTC: 175115
Change-Id: Ia12949a63100202895be315cb7febb85df3cda3e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44131
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/base/makefile')
| -rw-r--r-- | src/usr/secureboot/base/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/secureboot/base/makefile b/src/usr/secureboot/base/makefile index 58d79be86..e898204e9 100644 --- a/src/usr/secureboot/base/makefile +++ b/src/usr/secureboot/base/makefile @@ -34,7 +34,6 @@ OBJS += securerommgr.o OBJS += rom_entry.o OBJS += trustedboot_base.o OBJS += $(if $(CONFIG_TPMDD),trustedbootMsg.o,) -OBJS += containerheader.o OBJS += ${SECUREBOOT_COMMON_OBJS} OBJS += targutilbase.o |

