mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-15 05:46:04 +00:00
fix fallback.so build dependency
Exposed during parallel builds Change-Id: I9867858166dcafd69438f37ee5da14a267ace8f4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
2c5f9938ad
commit
663b2b931f
2
Makefile
2
Makefile
@ -83,7 +83,7 @@ shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
|
|||||||
|
|
||||||
fallback.o: $(FALLBACK_SRCS)
|
fallback.o: $(FALLBACK_SRCS)
|
||||||
|
|
||||||
fallback.so: $(FALLBACK_OBJS)
|
fallback.so: $(FALLBACK_OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
|
||||||
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
|
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
|
||||||
|
|
||||||
MokManager.o: $(MOK_SOURCES)
|
MokManager.o: $(MOK_SOURCES)
|
||||||
|
Loading…
Reference in New Issue
Block a user