build: honor V=1 when flashing via DFU

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-05-06 21:46:44 -04:00 committed by Anas Nashif
commit e930a41842

View file

@ -71,6 +71,11 @@ do_flash() {
return $ok
}
if [ "$KBUILD_VERBOSE" -eq 1 ]
then
set -x
fi
CMD=$1
shift