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

12345678910
  1. # -*- makefile -*- : Force emacs to use Makefile mode
  2. # Specify EFI image builder
  3. #
  4. ELF2EFI = $(ELF2EFI32)
  5. # Include generic EFI Makefile
  6. #
  7. MAKEDEPS += arch/x86/Makefile.efi
  8. include arch/x86/Makefile.efi