summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2018-03-12 16:26:07 -0400
committerPeter Jones <pjones@redhat.com>2018-03-12 16:26:07 -0400
commita2f3794356db2d9458a56e745a218d84fb1a91c8 (patch)
tree37ca407e8ddd660b5f4a7dc08e11ea5398a566c5
parent589819e6078876360786d4b7df6ab03ed4610874 (diff)
downloadefi-boot-shim-a2f3794356db2d9458a56e745a218d84fb1a91c8.tar.gz
efi-boot-shim-a2f3794356db2d9458a56e745a218d84fb1a91c8.zip
Make sure fallback.efi gets errlog.o as well
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fb9484e..d013e49b 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim
ORIG_SOURCES = shim.c mok.c netboot.c replacements.c tpm.c errlog.c shim.h version.h $(wildcard include/*.h)
MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o
ORIG_MOK_SOURCES = MokManager.c PasswordCrypt.c crypt_blowfish.c shim.h $(wildcard include/*.h)
-FALLBACK_OBJS = fallback.o tpm.o
+FALLBACK_OBJS = fallback.o tpm.o errlog.o
ORIG_FALLBACK_SRCS = fallback.c
ifneq ($(origin ENABLE_HTTPBOOT), undefined)