Home
last modified time | relevance | path

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

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