summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/PC/ipxe/src/arch/arm64/Makefile.efi
blob: eb04c0e2f6272d3a08f8ba37acc8d133ec94092f (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

# Avoid untranslatable relocations
#
CFLAGS		+= -fno-pic

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

# Specify EFI boot file
#
EFI_BOOT_FILE	= bootaa64.efi

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