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

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

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

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