aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv64/Makefile.efi
blob: b19e036a3d6474715845fba9bd2093e7377ad042 (plain)
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	= bootriscv64.efi

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