summaryrefslogtreecommitdiffstats
path: root/src/arch/i386
diff options
context:
space:
mode:
authorMichael Brown2015-12-06 00:54:10 +0100
committerMichael Brown2015-12-07 14:08:22 +0100
commit7f65a08f3e2606a5102fb68acf6ccf5fc283ecb6 (patch)
tree714de0295e7977592c187e1c94b2172f8d8b3396 /src/arch/i386
parent[bitops] Provide BIT_QWORD_PTR() (diff)
downloadipxe-7f65a08f3e2606a5102fb68acf6ccf5fc283ecb6.tar.gz
ipxe-7f65a08f3e2606a5102fb68acf6ccf5fc283ecb6.tar.xz
ipxe-7f65a08f3e2606a5102fb68acf6ccf5fc283ecb6.zip
[efi] Add %.usb target for building EFI-bootable USB (or other) disk images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/i386')
-rw-r--r--src/arch/i386/Makefile.efi4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile.efi b/src/arch/i386/Makefile.efi
index aa809eb5d..37ede65ac 100644
--- a/src/arch/i386/Makefile.efi
+++ b/src/arch/i386/Makefile.efi
@@ -8,6 +8,10 @@ ELF2EFI = $(ELF2EFI32)
#
CFLAGS += -malign-double
+# Specify EFI boot file
+#
+EFI_BOOT_FILE = bootia32.efi
+
# Include generic EFI Makefile
#
MAKEDEPS += arch/x86/Makefile.efi