diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2016-11-11 14:58:58 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-30 12:17:06 -0500 |
| commit | 8363cdd8fff56e20f25a6ffee5b43c887c6049c4 (patch) | |
| tree | 64cc9d93e04066d51ee6decdcbbe6d2d0708a575 /src/usr/secureboot/base/makefile | |
| parent | 89c55d65e62b74221262652c02c4afef0590e127 (diff) | |
| download | talos-hostboot-8363cdd8fff56e20f25a6ffee5b43c887c6049c4.tar.gz talos-hostboot-8363cdd8fff56e20f25a6ffee5b43c887c6049c4.zip | |
Generalize secure boot settings for all processors
Adds the ability to specify which processor target user code is
interested in when querying secure boot settings.
Change-Id: I0375af03ce8f4e33029736ff2e2d60416629a295
RTC:161916
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32556
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/secureboot/base/makefile b/src/usr/secureboot/base/makefile index e2b143978..a2de4cdb3 100644 --- a/src/usr/secureboot/base/makefile +++ b/src/usr/secureboot/base/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2016 +# Contributors Listed Below - COPYRIGHT 2013,2017 # [+] International Business Machines Corp. # # @@ -36,6 +36,10 @@ OBJS += trustedboot_base.o OBJS += $(if $(CONFIG_TPMDD),trustedbootMsg.o,) OBJS += containerheader.o OBJS += ${SECUREBOOT_COMMON_OBJS} +OBJS += targutilbase.o + +VPATH += $(ROOTPATH)/src/usr/targeting/common +EXTRAINCDIR += $(ROOTPATH)/src/include/usr VPATH += ../common |

