diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-10-12 20:13:46 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-10-12 20:14:14 -0400 |
| commit | d8e330b95368ce43da47e114eb1d699eedb18e57 (patch) | |
| tree | 414525bfc93c0929eb31fec8a4516b5a09b00bc6 /Makefile | |
| parent | 1b3512adf057c0acb2dc64c7da2df5bae931d015 (diff) | |
| download | efi-boot-shim-d8e330b95368ce43da47e114eb1d699eedb18e57.tar.gz efi-boot-shim-d8e330b95368ce43da47e114eb1d699eedb18e57.zip | |
Add draft version of Neil's netboot code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH VERSION = 0.1 TARGET = shim.efi MokManager.efi -OBJS = shim.o cert.o -SOURCES = shim.c shim.h signature.h PeImage.h +OBJS = shim.o netboot.o cert.o +SOURCES = shim.c shim.h netboot.c signature.h PeImage.h MOK_OBJS = MokManager.o MOK_SOURCES = MokManager.c shim.h |
