summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile.efi
blob: 37ede65ace3cc29215f1cff9b54ed69fab4e8413 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- makefile -*- : Force emacs to use Makefile mode

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

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

# Specify EFI boot file
#
EFI_BOOT_FILE	= bootia32.efi

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