efi: Do not add package $$(EFI_BOOTLOADER)) everywhere

$$(EFI_BOOTLOADER)) is a bootloader for STAGE1 only.
This commit is contained in:
Anton Midyukov 2020-05-27 18:25:49 +07:00
parent 2462128cf9
commit 6866c3a821

View File

@ -11,7 +11,6 @@ use/efi:
@$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now
@$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS
@$(call try,EFI_BOOTLOADER,grub-efi) # default one
@$(call add,THE_PACKAGES,$$(EFI_BOOTLOADER))
@$(call xport,EFI_BOOTLOADER)
@$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,THE_PACKAGES,$$(EFI_SHELL))