mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-28 22:15:11 +00:00
Make sure fallback.efi gets errlog.o as well
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
589819e607
commit
a2f3794356
2
Makefile
2
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)
|
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
|
MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o
|
||||||
ORIG_MOK_SOURCES = MokManager.c PasswordCrypt.c crypt_blowfish.c shim.h $(wildcard include/*.h)
|
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
|
ORIG_FALLBACK_SRCS = fallback.c
|
||||||
|
|
||||||
ifneq ($(origin ENABLE_HTTPBOOT), undefined)
|
ifneq ($(origin ENABLE_HTTPBOOT), undefined)
|
||||||
|
Loading…
Reference in New Issue
Block a user