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

/linux-4.4.14/arch/x86/tools/
H A DMakefile3 ifeq ($(KBUILD_VERBOSE),1)
/linux-4.4.14/scripts/
H A Dextract-cert.c98 kbuild_verbose = atoi(getenv("KBUILD_VERBOSE")?:"0"); main()
H A Dlink-vmlinux.sh143 case "${KBUILD_VERBOSE}" in
H A Dtags.sh10 if [ "$KBUILD_VERBOSE" = "1" ]; then
H A Dkernel-doc317 if (defined($ENV{'KBUILD_VERBOSE'})) {
318 $verbose = "$ENV{'KBUILD_VERBOSE'}";
H A Dasn1_compiler.c573 kbuild_verbose = getenv("KBUILD_VERBOSE"); main()
/linux-4.4.14/
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 195 milliseconds