/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86_64/Makefile.efi
18 строк
378 B
Michael Brown
[efi] Remove redundant EFI_BOOT_FILE definitions
16 сен 2024, 13:04
16 сен 2024, 13:04
9bb2068
Код
Авторство
О чём код?
# -*- makefile -*- : Force emacs to use Makefile mode # Use %rip-relative addressing wherever possible. # CFLAGS += -fpie # EFI probably doesn't guarantee us a red zone, so let's not rely on it. # CFLAGS += -mno-red-zone # Specify EFI image builder # ELF2EFI = $(ELF2EFI64) # Include generic EFI Makefile # MAKEDEPS += arch/x86/Makefile.efi include arch/x86/Makefile.efi