Searched refs:KBUILD_VERBOSE (Results 1 – 7 of 7) sorted by relevance
38 if [ $KBUILD_VERBOSE ]; then39 if [ $KBUILD_VERBOSE -ne 0 ]; then
3 ifeq ($(KBUILD_VERBOSE),1)
10 if [ "$KBUILD_VERBOSE" = "1" ]; then
259 ifeq ($(KBUILD_VERBOSE),2)
45 KBUILD_VERBOSE = $(V) macro47 ifndef KBUILD_VERBOSE48 KBUILD_VERBOSE = 0 macro130 $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \304 ifeq ($(KBUILD_VERBOSE),1)319 export quiet Q KBUILD_VERBOSE
53 KBUILD_VERBOSE57 Setting "V=..." takes precedence over KBUILD_VERBOSE.
1190 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand1212 will be displayed with "make KBUILD_VERBOSE=0".