diff options
| author | Eric Snowberg <eric.snowberg@oracle.com> | 2023-08-29 13:33:15 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2025-02-06 15:13:23 -0500 |
| commit | 38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851 (patch) | |
| tree | a8309f4e6b764b99e561d0d5c2f4b03a4cf4dafa /Makefile | |
| parent | 7ae0ee698a7e65057bb4d5322d3aabe2f435954e (diff) | |
| download | efi-boot-shim-38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851.tar.gz efi-boot-shim-38dfa37ec218bda0dd6bb5c4ce9e6ecb05fda851.zip | |
Create utils file
Move some functions currently used within fallback that will later also
be used in shim.
Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key shim ORIG_SOURCES = shim.c globals.c mok.c netboot.c dp.c replacements.c tpm.c errlog.c sbat.c pe.c pe-relocate.c httpboot.c shim.h version.h $(wildcard include/*.h) cert.S sbat_var.S MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o errlog.o sbat_data.o globals.o dp.o ORIG_MOK_SOURCES = MokManager.c PasswordCrypt.c crypt_blowfish.c shim.h $(wildcard include/*.h) -FALLBACK_OBJS = fallback.o tpm.o errlog.o sbat_data.o globals.o +FALLBACK_OBJS = fallback.o tpm.o errlog.o sbat_data.o globals.o utils.o ORIG_FALLBACK_SRCS = fallback.c SBATPATH = $(TOPDIR)/data/sbat.csv |
