diff options
-rwxr-xr-x | bsp/update-targets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index 337d493..780d662 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -9,7 +9,7 @@ DTB_FILENAME=temp.dtb HEADER_FILENAME=mee.h LDSCRIPT_FILENAME=mee.lds -TARGET_LIST="$(ls coreip* -d) " +TARGET_LIST="$(ls -d coreip*) " TARGET_LIST+="sifive-hifive1 freedom-e310-arty " update_target() { |