Commit 6866c3a8 authored by Anton Midyukov's avatar Anton Midyukov

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

$$(EFI_BOOTLOADER)) is a bootloader for STAGE1 only.
parent 2462128c
...@@ -11,7 +11,6 @@ use/efi: ...@@ -11,7 +11,6 @@ use/efi:
@$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now @$(call set,MKI_VER_MINIMAL,0.2.12) # it's official now
@$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS @$(call set,MKI_VER_OPTIMAL,0.2.17) # for EFI_BOOTARGS
@$(call try,EFI_BOOTLOADER,grub-efi) # default one @$(call try,EFI_BOOTLOADER,grub-efi) # default one
@$(call add,THE_PACKAGES,$$(EFI_BOOTLOADER))
@$(call xport,EFI_BOOTLOADER) @$(call xport,EFI_BOOTLOADER)
@$(call add,THE_LISTS,$(EFI_LISTS)) @$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,THE_PACKAGES,$$(EFI_SHELL)) @$(call add,THE_PACKAGES,$$(EFI_SHELL))
......
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