summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-12-15 15:19:55 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-12-15 15:19:55 +0100
commit771b62b056cfebecf8fb5ed4e1938ffc12d167f8 (patch)
treece30e216a38055fd43951bb0c13abf06297a8323 /src/arch/esp8266
parentd7ea6ad1cbcfaec12393a5789e0eef34e56c77b9 (diff)
Add basic help output
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r--src/arch/esp8266/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc
index a4b9831..6fdcf4b 100644
--- a/src/arch/esp8266/Makefile.inc
+++ b/src/arch/esp8266/Makefile.inc
@@ -53,4 +53,8 @@ arch_clean:
monitor:
screen /dev/ttyUSB0 115200
-.PHONY: arch_clean monitor program
+arch_help:
+ @echo "esp8266 specific flags:"
+ @echo " - none -"
+
+.PHONY: arch_clean arch_help monitor program