summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-09-13 12:06:09 -0700
committerGitHub <noreply@github.com>2018-09-13 12:06:09 -0700
commitbaeeb8fd497a99b3c141d7494309ec2e64f19bdf (patch)
treea4bb74cab62e9da7844b0fb463aa0e382bc49655
parent12405e8ca6e08f2f3a49d412c635384fd54c6be0 (diff)
parentc581e9bc7fabde23cb55e05f5c4ad4cc875bc236 (diff)
Merge pull request #103 from kenta2/master
Correct the text of the make target
-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:"