diff options
| author | Peter Jones <pjones@redhat.com> | 2013-06-10 17:48:33 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-06-10 17:51:57 -0400 |
| commit | 24c9d9d05911ce39f14a77578081be749676a758 (patch) | |
| tree | 096c6ba95182f9be8f8cc1e46c800659bd131fe7 | |
| parent | 030d4748cbaa9952a06e0430c7313a3e3da8f0e3 (diff) | |
| download | efi-boot-shim-24c9d9d05911ce39f14a77578081be749676a758.tar.gz efi-boot-shim-24c9d9d05911ce39f14a77578081be749676a758.zip | |
Make DBX be included in build if the environment is set right.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ endif ifneq ($(origin VENDOR_CERT_FILE), undefined) CFLAGS += -DVENDOR_CERT_FILE=\"$(VENDOR_CERT_FILE)\" endif +ifneq ($(origin VENDOR_DBX_FILE), undefined) + CFLAGS += -DVENDOR_DBX_FILE=\"$(VENDOR_DBX_FILE)\" +endif LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS) |
