diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-06-19 15:25:59 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-06-19 15:25:59 -0400 |
| commit | 8877e131276c2f803e15e0b92ebf573480496da2 (patch) | |
| tree | ce599bce64e7137fbf955c8c9e1888e1843d9aea | |
| parent | 3e890667fef402d981dd8623ec89dd7e52d9d2fd (diff) | |
| download | efi-boot-shim-8877e131276c2f803e15e0b92ebf573480496da2.tar.gz efi-boot-shim-8877e131276c2f803e15e0b92ebf573480496da2.zip | |
Fix build somewhat
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
