git://git.qemu.org
/
ipxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[intel] Forcibly skip PHY reset on some models
[ipxe.git]
/
src
/
arch
/
i386
/
Makefile.efi
1
# -*- makefile -*- : Force emacs to use Makefile mode
2
3
# Specify EFI image builder
4
#
5
ELF2EFI = $(ELF2EFI32)
6
7
# Use EFI ABI
8
#
9
CFLAGS += -malign-double
10
11
# Include generic EFI Makefile
12
#
13
MAKEDEPS += arch/x86/Makefile.efi
14
include arch/x86/Makefile.efi