diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-06-30 12:03:40 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-06-30 12:07:56 +0530 |
commit | da398ef8d68150e1a22c0f598a0b3b09b61a3ce6 (patch) | |
tree | 0d7d0135acf663cdf312eee9f50574cd347e9385 /scripts | |
parent | d44bc16e4b6824e42dda463efd6926b944211c57 (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 <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-binary-archive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index fcfb5cb..cc6d5a4 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" |