]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Remove redundant EFI_BOOT_FILE definitions
authorMichael Brown <mcb30@ipxe.org>
Mon, 16 Sep 2024 10:01:20 +0000 (11:01 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 16 Sep 2024 10:04:52 +0000 (11:04 +0100)
commit9bb20686369abf5166161804c16554d491f53a62
tree0633a7a488888253c4ecf787247db7e93a56ab94
parentc215048ddaac75969c22c018871295a5748a47e8
[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>
src/arch/arm32/Makefile.efi
src/arch/arm64/Makefile.efi
src/arch/i386/Makefile.efi
src/arch/loong64/Makefile.efi
src/arch/riscv32/Makefile.efi
src/arch/riscv64/Makefile.efi
src/arch/x86_64/Makefile.efi