diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index b4075b3e7b..c80d20cdb5 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -52,8 +52,7 @@ no_configure: endif ifndef TOOLSDIR -no_toolsdir: - @echo "Rerun the configure script." + TOOLSDIR=../tools endif all: $(OUTPUT) $(EXTRA_TARGETS) |