summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2013-11-12 10:30:30 -0500
committerPeter Jones <pjones@redhat.com>2013-11-12 10:30:30 -0500
commit663b2b931f95350894f011d77f4124bd2d41d806 (patch)
tree1614d99245f6cdd2212940b98a6cf6333ff596d5
parent2c5f9938addac2d259c9db37f3f119cc9cd4c6ac (diff)
downloadefi-boot-shim-663b2b931f95350894f011d77f4124bd2d41d806.tar.gz
efi-boot-shim-663b2b931f95350894f011d77f4124bd2d41d806.zip
fix fallback.so build dependency
Exposed during parallel builds Change-Id: I9867858166dcafd69438f37ee5da14a267ace8f4 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a22c6b34..2eab8622 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
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)
MokManager.o: $(MOK_SOURCES)