aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/arm32/Makefile.efi
blob: d720f34f0e0e667151a5ebfd0258f0ec41e19bc5 (plain)
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

# EFI uses the soft float ABI
#
CFLAGS		+= -mfloat-abi=soft

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

# Specify EFI boot file
#
EFI_BOOT_FILE	= bootarm.efi

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