Searched refs:KBUILD_VERBOSE (Results 1 – 14 of 14) sorted by relevance
54 if [ $KBUILD_VERBOSE ]; then55 if [ $KBUILD_VERBOSE -ne 0 ]; then
10 case "$KBUILD_VERBOSE" in
31 case "$KBUILD_VERBOSE" in
205 case "${KBUILD_VERBOSE}" in
11 if [ "$KBUILD_VERBOSE" = "1" ]; then
204 ifeq ($(KBUILD_VERBOSE),2)
23 case "$KBUILD_VERBOSE" in
4 ifeq ($(KBUILD_VERBOSE),1)
32 case "${KBUILD_VERBOSE}" in
31 ifeq ($(KBUILD_VERBOSE),0)
80 KBUILD_VERBOSE = $(V) macro82 ifndef KBUILD_VERBOSE83 KBUILD_VERBOSE = 0 macro86 ifeq ($(KBUILD_VERBOSE),1)99 KBUILD_VERBOSE = 0 macro102 export quiet Q KBUILD_VERBOSE
113 KBUILD_VERBOSE section in Environment variables119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
526 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand547 will be displayed with "make KBUILD_VERBOSE=0".
113 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)