Commit 4c93c692 authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw: add possibility to override location of MT when building software

parent 15694630
......@@ -5,7 +5,12 @@ CURDIR:=$(shell /bin/pwd)
REPO_PARENT ?= $(CURDIR)/..
-include $(REPO_PARENT)/parent_common.mk
DIRS = ../dependencies/mock-turtle/software lib tools firmware unittest
# This can be overriden in cases where WRTD itself is a dependency
# and one does not want to recursively check out WRTD's dependency
# on Mock Turtle.
DEP_MT ?= $(CURDIR)/../dependencies/mock-turtle
DIRS = $(DEP_MT)/software lib tools firmware unittest
all clean: $(DIRS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment