summaryrefslogtreecommitdiff
path: root/src/arch/esp8266
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-12 14:35:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-12 14:35:37 +0200
commit95b4ad119d6c205825ef74acd1ef74981674099d (patch)
treee992abb59b6c91f28d20d8f1c69b9cbd8ee6b44b /src/arch/esp8266
parenta6627709f7348dcfdcb7cd87a24ba7a80730487b (diff)
Makefiles: quiet mode, optional info output
Diffstat (limited to 'src/arch/esp8266')
-rw-r--r--src/arch/esp8266/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc
index 8deaa95..71ac350 100644
--- a/src/arch/esp8266/Makefile.inc
+++ b/src/arch/esp8266/Makefile.inc
@@ -65,4 +65,6 @@ arch_help:
@echo "esp8266 specific flags:"
@echo " - none -"
-.PHONY: arch_clean arch_help monitor program
+arch_info:
+
+.PHONY: arch_clean arch_help arch_info monitor program