aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/riscv64/Makefile.efi
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-09-16 11:01:20 +0100
committerMichael Brown <mcb30@ipxe.org>2024-09-16 11:04:52 +0100
commit9bb20686369abf5166161804c16554d491f53a62 (patch)
tree0633a7a488888253c4ecf787247db7e93a56ab94 /src/arch/riscv64/Makefile.efi
parentc215048ddaac75969c22c018871295a5748a47e8 (diff)
downloadipxe-9bb20686369abf5166161804c16554d491f53a62.tar.gz
[efi] Remove redundant EFI_BOOT_FILE definitions
As of commit 79c0173 ("[build] Create util/genfsimg for building filesystem-based images"), the EFI boot file name for each CPU architecture is defined within the genfsimg script itself, rather than being passed in as a Makefile parameter. Remove the now-redundant Makefile definitions for EFI_BOOT_FILE. Reported-by: Christian I. Nilsson <nikize@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/riscv64/Makefile.efi')
-rw-r--r--src/arch/riscv64/Makefile.efi4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/riscv64/Makefile.efi b/src/arch/riscv64/Makefile.efi
index b19e036a3..3948ca15c 100644
--- a/src/arch/riscv64/Makefile.efi
+++ b/src/arch/riscv64/Makefile.efi
@@ -4,10 +4,6 @@
#
ELF2EFI = $(ELF2EFI64)
-# Specify EFI boot file
-#
-EFI_BOOT_FILE = bootriscv64.efi
-
# Include generic EFI Makefile
#
MAKEDEPS += arch/riscv/Makefile.efi