summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/i386/Makefile.efi
blob: aa809eb5df90ebe53dd8e2c51927034520e54087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- makefile -*- : Force emacs to use Makefile mode

# Specify EFI image builder
#
ELF2EFI		= $(ELF2EFI32)

# Use EFI ABI
#
CFLAGS		+= -malign-double

# Include generic EFI Makefile
#
MAKEDEPS	+= arch/x86/Makefile.efi
include arch/x86/Makefile.efi