summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKen Takusagawa <kenta@mit.edu>2018-09-11 18:16:10 -0400
committerKen Takusagawa <kenta@mit.edu>2018-09-11 18:16:10 -0400
commitc581e9bc7fabde23cb55e05f5c4ad4cc875bc236 (patch)
treeaf9b1ef7be263b3bc17cc45820ade2e0a6f76273 /Makefile
parent1357d52858171e2c0960d0f124461dbe9e614de0 (diff)
spaces will break the make invocation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b8e1c6..3b9c44f 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ help:
@echo " SiFive Freedom E Software Development Kit "
@echo " Makefile targets:"
@echo ""
- @echo " tools [BOARD = $(BOARD)]:"
+ @echo " tools [BOARD=$(BOARD)]:"
@echo " Install compilation & debugging tools to target your desired board."
@echo ""
@echo " toolchain-clean:"