From: Jan Beulich Date: Thu, 9 Feb 2023 09:52:39 +0000 (+0100) Subject: riscv: add temporary riscv64_defconfig alias X-Git-Tag: 4.18.0-rc1~1090 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=acb37235fb53e3b4ee6ec5a6fe20dbd23b61cdd0;p=xen.git riscv: add temporary riscv64_defconfig alias This is to allow building of Xen without going through a separate tiny64_defconfig build step, just like is possible for all other architectures. Eventually the symlink will want replacing by, presumably, an empty file just like other arches have. Signed-off-by: Jan Beulich Acked-by: Alistair Francis --- diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig new file mode 120000 index 0000000000..c3c97b4d10 --- /dev/null +++ b/xen/arch/riscv/configs/riscv64_defconfig @@ -0,0 +1 @@ +tiny64_defconfig \ No newline at end of file