Commit 5c909acd authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

efi: fix portability on aarch64

parent 70f15f7e
...@@ -30,13 +30,12 @@ ifeq (x86_64,$(ARCH)) ...@@ -30,13 +30,12 @@ ifeq (x86_64,$(ARCH))
endif endif
endif endif
use/efi/shell: use/efi
@$(call try,EFI_SHELL,efi-shell)
use/efi/grub: use/efi use/bootloader/grub use/efi/grub: use/efi use/bootloader/grub
@$(call set,EFI_BOOTLOADER,grub-efi) @$(call set,EFI_BOOTLOADER,grub-efi)
ifeq (x86_64,$(ARCH)) ifeq (x86_64,$(ARCH))
use/efi/shell: use/efi
@$(call try,EFI_SHELL,efi-shell)
use/efi/signed: use/efi use/efi/signed: use/efi
@$(call set,EFI_CERT,altlinux) @$(call set,EFI_CERT,altlinux)
...@@ -54,7 +53,8 @@ use/efi/memtest86: use/efi/refind ...@@ -54,7 +53,8 @@ use/efi/memtest86: use/efi/refind
else else
use/efi/signed use/efi/refind use/efi/memtest86 use/efi/lilo: use/efi; @: use/efi/signed use/efi/shell \
use/efi/refind use/efi/memtest86 use/efi/lilo: use/efi; @:
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment