Searched refs:KBUILD_VERBOSE (Results 1 – 8 of 8) sorted by relevance
37 if [ $KBUILD_VERBOSE ]; then38 if [ $KBUILD_VERBOSE -ne 0 ]; then
3 ifeq ($(KBUILD_VERBOSE),1)
130 case "${KBUILD_VERBOSE}" in
10 if [ "$KBUILD_VERBOSE" = "1" ]; then
286 ifeq ($(KBUILD_VERBOSE),2)
70 KBUILD_VERBOSE = $(V) macro72 ifndef KBUILD_VERBOSE73 KBUILD_VERBOSE = 0 macro76 ifeq ($(KBUILD_VERBOSE),1)97 export quiet Q KBUILD_VERBOSE
57 KBUILD_VERBOSE61 Setting "V=..." takes precedence over KBUILD_VERBOSE.
1176 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand1198 will be displayed with "make KBUILD_VERBOSE=0".