summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-10-12 20:13:46 -0400
committerMatthew Garrett <mjg@redhat.com>2012-10-12 20:14:14 -0400
commitd8e330b95368ce43da47e114eb1d699eedb18e57 (patch)
tree414525bfc93c0929eb31fec8a4516b5a09b00bc6 /Makefile
parent1b3512adf057c0acb2dc64c7da2df5bae931d015 (diff)
downloadefi-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bea0ebdb..37c5d9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -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