kernel-install.eclass: add riscv support

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-08 17:14:41 +00:00
parent b5e5f6ca89
commit 531d90bdae

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: kernel-install.eclass
@@ -168,6 +168,9 @@ kernel-install_get_qemu_arch() {
ppc64)
echo ppc64
;;
riscv)
echo riscv
;;
*)
die "${FUNCNAME}: unsupported ARCH=${ARCH}"
;;