Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dprom_init_check.sh55 if [ $KBUILD_VERBOSE ]; then
56 if [ $KBUILD_VERBOSE -ne 0 ]; then
/Linux-v5.15/scripts/
Dadjust_autoksyms.sh31 case "$KBUILD_VERBOSE" in
Dgen_autoksyms.sh13 case "$KBUILD_VERBOSE" in
Dtags.sh11 if [ "$KBUILD_VERBOSE" = "1" ]; then
Dlink-vmlinux.sh313 case "${KBUILD_VERBOSE}" in
DKbuild.include177 ifeq ($(KBUILD_VERBOSE),2)
/Linux-v5.15/arch/arm/boot/
Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/Linux-v5.15/arch/x86/tools/
DMakefile4 ifeq ($(KBUILD_VERBOSE),1)
/Linux-v5.15/arch/x86/boot/
Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/Linux-v5.15/Documentation/
DMakefile29 ifeq ($(KBUILD_VERBOSE),0)
/Linux-v5.15/
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-v5.15/Documentation/kbuild/
Dkbuild.rst85 KBUILD_VERBOSE section in Environment variables
91 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.rst541 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
562 will be displayed with "make KBUILD_VERBOSE=0".
/Linux-v5.15/scripts/kconfig/
DMakefile113 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)