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

1234567891011121314
  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. # Include generic EFI Makefile
  9. #
  10. MAKEDEPS += arch/x86/Makefile.efi
  11. include arch/x86/Makefile.efi