mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-06 01:47:58 +00:00
Fix build somewhat
This commit is contained in:
parent
3e890667fe
commit
8877e13127
3
Makefile
3
Makefile
@ -25,10 +25,11 @@ LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH
|
||||
|
||||
TARGET = shim.efi
|
||||
OBJS = shim.o shim.so
|
||||
SOURCES = shim.c shim.h signature.h PeImage.h cert.h
|
||||
|
||||
all: Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a $(TARGET)
|
||||
|
||||
shim.efi: shim.so
|
||||
shim.o: $(SOURCES)
|
||||
|
||||
shim.so: $(OBJS)
|
||||
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user