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 263B

1234567891011121314
  1. # -*- makefile -*- : Force emacs to use Makefile mode
  2. # Specify EFI image builder
  3. #
  4. ELF2EFI = $(ELF2EFI64)
  5. # Specify EFI boot file
  6. #
  7. EFI_BOOT_FILE = bootaa64.efi
  8. # Include generic EFI Makefile
  9. #
  10. MAKEDEPS += arch/arm/Makefile.efi
  11. include arch/arm/Makefile.efi