You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.efi 306B

123456789101112131415161718
  1. # -*- makefile -*- : Force emacs to use Makefile mode
  2. # Specify EFI image builder
  3. #
  4. ELF2EFI = $(ELF2EFI32)
  5. # Use EFI ABI
  6. #
  7. CFLAGS += -malign-double
  8. # Specify EFI boot file
  9. #
  10. EFI_BOOT_FILE = bootia32.efi
  11. # Include generic EFI Makefile
  12. #
  13. MAKEDEPS += arch/x86/Makefile.efi
  14. include arch/x86/Makefile.efi