Searched refs:KBUILD_VERBOSE (Results 1 – 12 of 12) sorted by relevance
55 if [ $KBUILD_VERBOSE ]; then56 if [ $KBUILD_VERBOSE -ne 0 ]; then
23 case "$KBUILD_VERBOSE" in
32 case "$KBUILD_VERBOSE" in
11 if [ "$KBUILD_VERBOSE" = "1" ]; then
215 case "${KBUILD_VERBOSE}" in
254 ifeq ($(KBUILD_VERBOSE),2)
23 case "${KBUILD_VERBOSE}" in
4 ifeq ($(KBUILD_VERBOSE),1)
85 KBUILD_VERBOSE section in Environment variables91 Setting "V=..." takes precedence over KBUILD_VERBOSE.
1241 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand1265 will be displayed with "make KBUILD_VERBOSE=0".
76 KBUILD_VERBOSE = $(V) macro78 ifndef KBUILD_VERBOSE79 KBUILD_VERBOSE = 0 macro82 ifeq ($(KBUILD_VERBOSE),1)97 export quiet Q KBUILD_VERBOSE
116 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)