build system: Restore "make V=1" for verbose builds

Fix regression in 5f3cb9f9dc
This commit is contained in:
Angus Gratton 2017-09-08 17:34:02 +10:00 committed by Angus Gratton
parent 4809c70899
commit fccb10c313
1 changed files with 1 additions and 1 deletions

View File

@ -27,10 +27,10 @@ details := @echo
else
summary := @echo
details := @true
endif
# disable echoing of commands, directory names
MAKEFLAGS += --silent
endif # $(V)==1
ifdef CONFIG_MAKE_WARN_UNDEFINED_VARIABLES
MAKEFLAGS += --warn-undefined-variables