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

# 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