Searched refs:KBUILD_VERBOSE (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/tools/
H A DMakefile3 ifeq ($(KBUILD_VERBOSE),1)
/linux-4.1.27/scripts/
H A Dlink-vmlinux.sh130 case "${KBUILD_VERBOSE}" in
H A Dtags.sh10 if [ "$KBUILD_VERBOSE" = "1" ]; then
H A Dkernel-doc270 if (defined($ENV{'KBUILD_VERBOSE'})) {
271 $verbose = "$ENV{'KBUILD_VERBOSE'}";
H A Dasn1_compiler.c557 kbuild_verbose = getenv("KBUILD_VERBOSE"); main()
/linux-4.1.27/
H A DMakefile63 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
64 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
70 KBUILD_VERBOSE = $(V) macro
72 ifndef KBUILD_VERBOSE
73 KBUILD_VERBOSE = 0 macro
76 ifeq ($(KBUILD_VERBOSE),1)
97 export quiet Q KBUILD_VERBOSE

Completed in 102 milliseconds