source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/x86_64/Makefile.efi

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 308 bytes
Line 
1# -*- makefile -*- : Force emacs to use Makefile mode
2
3# EFI probably doesn't guarantee us a red zone, so let's not rely on it.
4#
5CFLAGS          += -mno-red-zone
6
7# Specify EFI image builder
8#
9ELF2EFI         = $(ELF2EFI64)
10
11# Include generic EFI Makefile
12#
13MAKEDEPS        += arch/x86/Makefile.efi
14include arch/x86/Makefile.efi
Note: See TracBrowser for help on using the repository browser.