summarylogtreecommitdiffstats
path: root/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index 81c050baf09b..bbcce12e2577 100755
--- a/make.sh
+++ b/make.sh
@@ -37,7 +37,7 @@ case "$1" in
./configure --with-kbuild="${kheaders}"
res=$?
[ $res -ne 0 ] && exit $res
- make
+ make V=1
exit $?
;;
*)