From acb37235fb53e3b4ee6ec5a6fe20dbd23b61cdd0 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 9 Feb 2023 10:52:39 +0100 Subject: [PATCH] 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 --- xen/arch/riscv/configs/riscv64_defconfig | 1 + 1 file changed, 1 insertion(+) create mode 120000 xen/arch/riscv/configs/riscv64_defconfig 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 -- 2.39.5