diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-04 18:50:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 18:50:02 +0000 |
commit | 98af4467ddcbf21173d4c15cb331955c4321bf75 (patch) | |
tree | 43c872d5c370c23df0001837af4917153c6db73d | |
parent | 80912631a4df33a2bdd592e1fc40ff73310d56b5 (diff) | |
parent | 5ec2a3092c01ebdc8dcc7dd7f7a58db651793cf0 (diff) |
Merge pull request #131 from sifive/fix-bsp-update
Fix BSP update script for MacOS
-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() { |