diff options
| author | Andrew Boie <andrew.p.boie@intel.com> | 2013-11-11 16:14:22 -0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-11-12 10:30:30 -0500 |
| commit | 06e15d762966d4224f7e54480b9213c4dcf1fe35 (patch) | |
| tree | 1614d99245f6cdd2212940b98a6cf6333ff596d5 | |
| parent | d74ab697f7f20418eeb09f0291cc480d43241dea (diff) | |
| download | efi-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-- | 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) |
