bootloader: add GRUB_ARCHES variable

$GRUB_ARCHES is the list of GRUB 2 supported architectures
This commit is contained in:
Anton Midyukov 2019-05-29 21:20:21 +07:00 committed by Michael Shigorin
parent 760c09c393
commit aea4ceaa18

View File

@ -6,6 +6,8 @@
# NB: "mysterious" conflicts if BASE_BOOTLOADER is empty
GRUB_ARCHES := i586 x86_64 aarch64 ppc64le
use/bootloader: use/pkgpriorities
@$(call add_feature)
@$(call try,BASE_BOOTLOADER,grub)