summaryrefslogtreecommitdiff
path: root/openwrt/include
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include')
-rw-r--r--openwrt/include/verbose.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/include/verbose.mk b/openwrt/include/verbose.mk
index 58a20a2..16a75c0 100644
--- a/openwrt/include/verbose.mk
+++ b/openwrt/include/verbose.mk
@@ -9,7 +9,10 @@
NO_TRACE_MAKE:=$(MAKE) V=99
ifndef KBUILD_VERBOSE
- KBUILD_VERBOSE=$(V)
+ KBUILD_VERBOSE=0
+ ifdef V
+ KBUILD_VERBOSE=$(V)
+ endif
endif
ifneq ($(KBUILD_VERBOSE),99)