scripts: Add C910 to platform list in the binary archive script
authorLiu Yibin <yibin_liu@c-sky.com>
Sun, 19 Jan 2020 07:31:02 +0000 (15:31 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 20 Jan 2020 04:35:55 +0000 (10:05 +0530)
This patch adds T-HEAD C910 to RV64 platform list in the binary
archive script.

Signed-off-by: Liu Yibin <yibin_liu@c-sky.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
scripts/create-binary-archive.sh

index 2745eca..014dd55 100755 (executable)
@@ -95,6 +95,7 @@ case "${BUILD_RISCV_XLEN}" in
        BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
        BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
        BUILD_PLATFORM_SUBDIR+=("andes/ae350")
+       BUILD_PLATFORM_SUBDIR+=("thead/c910")
        ;;
 *)
        echo "Invalid RISC-V XLEN"