mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-05 18:49:27 +00:00
Fix build with ENABLE_SHIM_CERT and ENABLE_SBSIGN: shim.key is created by the shim.crt target
Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
This commit is contained in:
parent
e06765ae0d
commit
2fdba73012
2
Makefile
2
Makefile
@ -362,6 +362,6 @@ archive: tag
|
|||||||
@rm -rf /tmp/shim-$(VERSION)
|
@rm -rf /tmp/shim-$(VERSION)
|
||||||
@echo "The archive is in shim-$(VERSION).tar.bz2"
|
@echo "The archive is in shim-$(VERSION).tar.bz2"
|
||||||
|
|
||||||
.PHONY : install-deps
|
.PHONY : install-deps shim.key
|
||||||
|
|
||||||
export ARCH CC LD OBJCOPY EFI_INCLUDE
|
export ARCH CC LD OBJCOPY EFI_INCLUDE
|
||||||
|
Loading…
Reference in New Issue
Block a user