bootloader: Add riscv64 to GRUB_ARCHES

This commit is contained in:
Nikita Ermakov 2021-03-30 17:40:44 +03:00 committed by Anton Midyukov
parent ccf377188e
commit 3cf428e6e0

View File

@ -6,7 +6,7 @@
# NB: "mysterious" conflicts if BASE_BOOTLOADER is empty
GRUB_ARCHES := i586 x86_64 aarch64 ppc64le
GRUB_ARCHES := i586 x86_64 aarch64 ppc64le riscv64
use/bootloader: use/pkgpriorities
ifneq (,$(filter-out e2k%,$(ARCH)))