From 5de37e124fd21c8f918f3fe26fc33a764709ead4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 10 Sep 2014 02:58:50 +0100 Subject: [efi] Add efifatbin utility Add utility for constructing EFI fat binaries (dual 32/64-bit binaries, usable only on Apple EFI systems). This utility is not part of the standard build process. To use it: make util/efifatbin bin-i386-efi/ipxe.efi bin-x86_64-efi/ipxe.efi and then ./util/efifatbin bin-*-efi/ipxe.efi fat-ipxe.efi Requested-by: Brandon Penglase Tested-by: Brandon Penglase Signed-off-by: Michael Brown --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c6f4d590..b742d128 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,6 +46,7 @@ ZBIN := ./util/zbin ELF2EFI32 := ./util/elf2efi32 ELF2EFI64 := ./util/elf2efi64 EFIROM := ./util/efirom +EFIFATBIN := ./util/efifatbin ICCFIX := ./util/iccfix EINFO := ./util/einfo GENKEYMAP := ./util/genkeymap.pl -- cgit v1.2.3-55-g7522