mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
15 lines
270 B
Makefile
15 lines
270 B
Makefile
|
|
# -*- 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
|