summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2013-07-04 17:41:51 +0800
committerPeter Jones <pjones@redhat.com>2013-09-26 11:58:02 -0400
commit79424b09ca1db2878cd67a59e30ff0849c058f1d (patch)
treecf1f5b4fb58bd3b7fe654f2955f6c29e5b6e93ba /Makefile
parent526ed5a231fb15f4509028072664400267840eef (diff)
downloadefi-boot-shim-79424b09ca1db2878cd67a59e30ff0849c058f1d.tar.gz
efi-boot-shim-79424b09ca1db2878cd67a59e30ff0849c058f1d.zip
Merge signature.h into efiauthenticated.h and guid.h
Conflicts: shim.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 83b3df95..031e27ff 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ VERSION = 0.4
TARGET = shim.efi MokManager.efi.signed fallback.efi.signed
OBJS = shim.o netboot.o cert.o dbx.o
KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key
-SOURCES = shim.c shim.h netboot.c signature.h include/PeImage.h include/wincert.h
+SOURCES = shim.c shim.h netboot.c include/PeImage.h include/wincert.h
MOK_OBJS = MokManager.o PasswordCrypt.o crypt_blowfish.o
MOK_SOURCES = MokManager.c shim.h console_control.h PasswordCrypt.c PasswordCrypt.h crypt_blowfish.c crypt_blowfish.h
FALLBACK_OBJS = fallback.o
@@ -71,7 +71,7 @@ cert.o : cert.S
dbx.o : dbx.S
$(CC) $(CFLAGS) -c -o $@ $<
-shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a
+shim.so: $(OBJS) Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a lib/lib.a
$(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS)
fallback.o: $(FALLBACK_SRCS)