mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-17 03:19:33 +00:00
Improve makefile
This commit is contained in:
parent
a3996218ba
commit
37e456be5c
4
Makefile
4
Makefile
@ -27,11 +27,11 @@ 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)
|
||||
all: $(TARGET)
|
||||
|
||||
shim.o: $(SOURCES)
|
||||
|
||||
shim.so: $(OBJS)
|
||||
shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a
|
||||
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
|
||||
|
||||
Cryptlib/libcryptlib.a:
|
||||
|
Loading…
Reference in New Issue
Block a user