aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32-h103/Makefile')
-rw-r--r--examples/stm32-h103/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32-h103/Makefile b/examples/stm32-h103/Makefile
index d0f25f3..197d52c 100644
--- a/examples/stm32-h103/Makefile
+++ b/examples/stm32-h103/Makefile
@@ -18,7 +18,7 @@
##
# Do not print "Entering directory ...".
-## MAKEFLAGS += --no-print-directory
+MAKEFLAGS += --no-print-directory
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)