From 6a14d72e33f609e8b1036d817e4ee4ae84674fc9 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Wed, 30 Jan 2019 23:01:53 -0500 Subject: Declare and support dependencies for mosys --- projects/mosys/configs/dependencies | 1 + projects/mosys/mosys | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 projects/mosys/configs/dependencies (limited to 'projects') diff --git a/projects/mosys/configs/dependencies b/projects/mosys/configs/dependencies new file mode 100644 index 00000000..af74d99b --- /dev/null +++ b/projects/mosys/configs/dependencies @@ -0,0 +1 @@ +flashmap diff --git a/projects/mosys/mosys b/projects/mosys/mosys index b795deb2..fd122fd1 100755 --- a/projects/mosys/mosys +++ b/projects/mosys/mosys @@ -15,6 +15,14 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +dependencies() { + project_dependencies "$project" "$@" +} + +dependencies_check() { + project_dependencies_check "$project" "$@" +} + download() { local repository=$project -- cgit v1.2.3-70-g09d2