diff options
| author | Peter Jones <pjones@redhat.com> | 2013-06-10 17:51:57 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-06-10 17:51:57 -0400 |
| commit | ff1409c37b9e27f862aed8fa4077b44904b2b802 (patch) | |
| tree | 096c6ba95182f9be8f8cc1e46c800659bd131fe7 | |
| parent | f80edcbe7d004af24ad1d85655f1b04da5a2bb7f (diff) | |
| download | efi-boot-shim-ff1409c37b9e27f862aed8fa4077b44904b2b802.tar.gz efi-boot-shim-ff1409c37b9e27f862aed8fa4077b44904b2b802.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) |
