diff options
| author | Andrew Boie <andrew.p.boie@intel.com> | 2013-11-12 10:30:30 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-11-12 10:30:30 -0500 |
| commit | 663b2b931f95350894f011d77f4124bd2d41d806 (patch) | |
| tree | 1614d99245f6cdd2212940b98a6cf6333ff596d5 | |
| parent | 2c5f9938addac2d259c9db37f3f119cc9cd4c6ac (diff) | |
| download | efi-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
