Searched refs:KBUILD_VERBOSE (Results 1 – 14 of 14) sorted by relevance
55 if [ $KBUILD_VERBOSE ]; then56 if [ $KBUILD_VERBOSE -ne 0 ]; then
31 case "$KBUILD_VERBOSE" in
13 case "$KBUILD_VERBOSE" in
11 if [ "$KBUILD_VERBOSE" = "1" ]; then
304 case "${KBUILD_VERBOSE}" in
177 ifeq ($(KBUILD_VERBOSE),2)
23 case "$KBUILD_VERBOSE" in
4 ifeq ($(KBUILD_VERBOSE),1)
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
32 case "${KBUILD_VERBOSE}" in
29 ifeq ($(KBUILD_VERBOSE),0)
85 KBUILD_VERBOSE section in Environment variables91 Setting "V=..." takes precedence over KBUILD_VERBOSE.
541 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand562 will be displayed with "make KBUILD_VERBOSE=0".
113 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
Completed in 19 milliseconds