mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 08:57:14 +00:00
Bump version
This seems pretty much functionally complete, so let's call it 0.2.
This commit is contained in:
parent
4ad234f175
commit
064c0eed5f
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ endif
|
|||||||
|
|
||||||
LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS)
|
LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH) -L$(LIB_PATH) -LCryptlib -LCryptlib/OpenSSL $(EFI_CRT_OBJS)
|
||||||
|
|
||||||
VERSION = 0.1
|
VERSION = 0.2
|
||||||
|
|
||||||
TARGET = shim.efi MokManager.efi
|
TARGET = shim.efi MokManager.efi
|
||||||
OBJS = shim.o netboot.o cert.o dbx.o
|
OBJS = shim.o netboot.o cert.o dbx.o
|
||||||
|
Loading…
Reference in New Issue
Block a user