summaryrefslogtreecommitdiff
path: root/scripts/create-binary-archive.sh
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2019-06-30 12:03:40 +0530
committerAnup Patel <[email protected]>2019-06-30 12:07:56 +0530
commitda398ef8d68150e1a22c0f598a0b3b09b61a3ce6 (patch)
tree0d7d0135acf663cdf312eee9f50574cd347e9385 /scripts/create-binary-archive.sh
parentd44bc16e4b6824e42dda463efd6926b944211c57 (diff)
scripts: Add Ariane FPGA to platform list in binary archive script
This patch adds Ariane FPGA to RV64 platform list in the binary archive script. Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index fcfb5cb7..cc6d5a41 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -93,6 +93,7 @@ case "${BUILD_RISCV_XLEN}" in
BUILD_PLATFORM_SUBDIR+=("qemu/sifive_u")
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
+ BUILD_PLATFORM_SUBDIR+=("ariane-fpga")
;;
*)
echo "Invalid RISC-V XLEN"