summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile3
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:
52endif 52endif
53 53
54ifndef TOOLSDIR 54ifndef TOOLSDIR
55no_toolsdir: 55 TOOLSDIR=../tools
56 @echo "Rerun the configure script."
57endif 56endif
58 57
59all: $(OUTPUT) $(EXTRA_TARGETS) 58all: $(OUTPUT) $(EXTRA_TARGETS)