diff options
| author | Atish Patra <[email protected]> | 2020-03-23 12:48:54 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-24 13:12:17 +0530 |
| commit | 59688948421deea18993836152af66765bdc76f6 (patch) | |
| tree | 7320daf2967db9cb917a36cb822202d1816e14e6 /scripts/create-binary-archive.sh | |
| parent | 9a74a64ae08bfeda8dc366e931f5a60838d7bac0 (diff) | |
platform: Move ariane standalone fpga project to its own project
Signed-off-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts/create-binary-archive.sh')
| -rwxr-xr-x | scripts/create-binary-archive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh index 48f8a203..5d7bfb46 100755 --- a/scripts/create-binary-archive.sh +++ b/scripts/create-binary-archive.sh @@ -92,7 +92,7 @@ case "${BUILD_RISCV_XLEN}" in BUILD_PLATFORM_SUBDIR=("qemu/virt") BUILD_PLATFORM_SUBDIR+=("sifive/fu540") BUILD_PLATFORM_SUBDIR+=("kendryte/k210") - BUILD_PLATFORM_SUBDIR+=("ariane-fpga") + BUILD_PLATFORM_SUBDIR+=("fpga/ariane") BUILD_PLATFORM_SUBDIR+=("andes/ae350") BUILD_PLATFORM_SUBDIR+=("thead/c910") BUILD_PLATFORM_SUBDIR+=("spike") |
