Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dprom_init_check.sh54 if [ $KBUILD_VERBOSE ]; then
55 if [ $KBUILD_VERBOSE -ne 0 ]; then
/Linux-v6.1/scripts/
Dgen_autoksyms.sh10 case "$KBUILD_VERBOSE" in
Dadjust_autoksyms.sh31 case "$KBUILD_VERBOSE" in
Dlink-vmlinux.sh205 case "${KBUILD_VERBOSE}" in
Dtags.sh11 if [ "$KBUILD_VERBOSE" = "1" ]; then
DKbuild.include204 ifeq ($(KBUILD_VERBOSE),2)
/Linux-v6.1/arch/arm/boot/
Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/Linux-v6.1/arch/x86/tools/
DMakefile4 ifeq ($(KBUILD_VERBOSE),1)
/Linux-v6.1/arch/x86/boot/
Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/Linux-v6.1/Documentation/
DMakefile31 ifeq ($(KBUILD_VERBOSE),0)
/Linux-v6.1/
DMakefile80 KBUILD_VERBOSE = $(V) macro
82 ifndef KBUILD_VERBOSE
83 KBUILD_VERBOSE = 0 macro
86 ifeq ($(KBUILD_VERBOSE),1)
99 KBUILD_VERBOSE = 0 macro
102 export quiet Q KBUILD_VERBOSE
/Linux-v6.1/Documentation/kbuild/
Dkbuild.rst113 KBUILD_VERBOSE section in Environment variables
119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.rst526 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
547 will be displayed with "make KBUILD_VERBOSE=0".
/Linux-v6.1/scripts/kconfig/
DMakefile113 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)