5 # Initialise the gnu-efi submodule and ensure the source is up-to-date.
6 # Then build and install it for the given architecture.
10 Usage: $0: <arch> <srcdir> <objdir>
12 Build the <arch> gnu-efi libs and header files and install in <objdir>.
14 <arch> - A gnu-efi \$ARCH argument, i.e. ia32, x86_64
15 <srcdir> - The top-level directory of the Syslinux source
16 <objdir> - The Syslinux object directory
30 cd gnu-efi
/gnu-efi-3.0
/
34 make ARCH
=$ARCH PREFIX
=$objdir install