From 8877e131276c2f803e15e0b92ebf573480496da2 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Tue, 19 Jun 2012 15:25:59 -0400 Subject: [PATCH] Fix build somewhat --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a371944..59968d1 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,11 @@ LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH TARGET = shim.efi OBJS = shim.o shim.so +SOURCES = shim.c shim.h signature.h PeImage.h cert.h all: Cryptlib/libcryptlib.a Cryptlib/OpenSSL/libopenssl.a $(TARGET) -shim.efi: shim.so +shim.o: $(SOURCES) shim.so: $(OBJS) $(LD) -o $@ $(LDFLAGS) $^ $(EFI_LIBS) -- 2.39.2