build: honor V=1 when flashing via DFU
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
88f33dcc1b
commit
e930a41842
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ do_flash() {
|
|||
return $ok
|
||||
}
|
||||
|
||||
if [ "$KBUILD_VERBOSE" -eq 1 ]
|
||||
then
|
||||
set -x
|
||||
fi
|
||||
|
||||
CMD=$1
|
||||
shift
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue