summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Mills <43148204+sifivekevin@users.noreply.github.com>2019-01-29 09:36:29 -0800
committerGitHub <noreply@github.com>2019-01-29 09:36:29 -0800
commitc5846a3635ba160d39a620e527d2ec4715b1c59a (patch)
treea4cb104a92f11279217be9a6f39e20c72638600b /Makefile
parentc5277fc5fbebcacbe7f927c5914be485d6f76ccd (diff)
parent11658f2830316dc9afa9675c4bdec6af8f501a33 (diff)
Merge pull request #161 from sifive/standalone-makefile-updates
Fix list-programs on MacOS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 13810dc..18f3345 100644
--- a/Makefile
+++ b/Makefile
@@ -119,10 +119,9 @@ list-boards:
# MEE programs are any submodules in the software folder
list-programs:
- @echo program-list: $(shell grep -o '= software/.*$$' .gitmodules | sed -r 's/.*\///')
+ @echo program-list: $(shell grep -o '= software/.*$$' .gitmodules | sed 's/.*\///')
list-options: list-programs list-boards
- @echo done
endif