Home
last modified time | relevance | path

Searched refs:KBUILD_VERBOSE (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dprom_init_check.sh37 if [ $KBUILD_VERBOSE ]; then
38 if [ $KBUILD_VERBOSE -ne 0 ]; then
/linux-4.1.27/arch/x86/tools/
DMakefile3 ifeq ($(KBUILD_VERBOSE),1)
/linux-4.1.27/scripts/
Dlink-vmlinux.sh130 case "${KBUILD_VERBOSE}" in
Dtags.sh10 if [ "$KBUILD_VERBOSE" = "1" ]; then
DKbuild.include286 ifeq ($(KBUILD_VERBOSE),2)
/linux-4.1.27/
DMakefile70 KBUILD_VERBOSE = $(V) macro
72 ifndef KBUILD_VERBOSE
73 KBUILD_VERBOSE = 0 macro
76 ifeq ($(KBUILD_VERBOSE),1)
97 export quiet Q KBUILD_VERBOSE
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt57 KBUILD_VERBOSE
61 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.txt1176 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
1198 will be displayed with "make KBUILD_VERBOSE=0".