aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:13:47 +0100
committerUwe Hermann2010-03-05 23:13:47 +0100
commit87df73edf2e00fd5111f7802b6c98b8e51714af1 (patch)
tree5dbb6d6d5aa2e26cb75d1eba260b7d384eeec2a0 /examples/stm32-h103
parent2c8ae015d01095fce4bd164951eaf35bb234022b (diff)
Print "Entering directory" only upon "make V=1".
Diffstat (limited to 'examples/stm32-h103')
-rw-r--r--examples/stm32-h103/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/stm32-h103/Makefile b/examples/stm32-h103/Makefile
index eddd0c1..ee57b65 100644
--- a/examples/stm32-h103/Makefile
+++ b/examples/stm32-h103/Makefile
@@ -17,12 +17,11 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-# Do not print "Entering directory ...".
-MAKEFLAGS += --no-print-directory
-
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)
Q := @
+# Do not print "Entering directory ...".
+MAKEFLAGS += --no-print-directory
endif
all: miniblink fancyblink usart