summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2013-11-11 16:14:22 -0800
committerPeter Jones <pjones@redhat.com>2013-11-12 10:30:30 -0500
commit06e15d762966d4224f7e54480b9213c4dcf1fe35 (patch)
tree1614d99245f6cdd2212940b98a6cf6333ff596d5
parentd74ab697f7f20418eeb09f0291cc480d43241dea (diff)
downloadefi-boot-shim-06e15d762966d4224f7e54480b9213c4dcf1fe35.tar.gz
efi-boot-shim-06e15d762966d4224f7e54480b9213c4dcf1fe35.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)