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.

1234567891011121314
  1. # -*- makefile -*- : Force emacs to use Makefile mode
  2. # EFI probably doesn't guarantee us a red zone, so let's not rely on it.
  3. #
  4. CFLAGS += -mno-red-zone
  5. # Specify EFI image builder
  6. #
  7. ELF2EFI = $(ELF2EFI64)
  8. # Include generic EFI Makefile
  9. #
  10. MAKEDEPS += arch/x86/Makefile.efi
  11. include arch/x86/Makefile.efi