Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprom_init_check.sh55 if [ $KBUILD_VERBOSE ]; then
56 if [ $KBUILD_VERBOSE -ne 0 ]; then
/Linux-v5.4/arch/arm/boot/
Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/Linux-v5.4/scripts/
Dadjust_autoksyms.sh32 case "$KBUILD_VERBOSE" in
Dtags.sh11 if [ "$KBUILD_VERBOSE" = "1" ]; then
Dlink-vmlinux.sh215 case "${KBUILD_VERBOSE}" in
DKbuild.include254 ifeq ($(KBUILD_VERBOSE),2)
/Linux-v5.4/arch/x86/boot/
Dgenimage.sh23 case "${KBUILD_VERBOSE}" in
/Linux-v5.4/arch/x86/tools/
DMakefile4 ifeq ($(KBUILD_VERBOSE),1)
/Linux-v5.4/Documentation/kbuild/
Dkbuild.rst85 KBUILD_VERBOSE section in Environment variables
91 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.rst1241 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
1265 will be displayed with "make KBUILD_VERBOSE=0".
/Linux-v5.4/
DMakefile76 KBUILD_VERBOSE = $(V) macro
78 ifndef KBUILD_VERBOSE
79 KBUILD_VERBOSE = 0 macro
82 ifeq ($(KBUILD_VERBOSE),1)
97 export quiet Q KBUILD_VERBOSE
/Linux-v5.4/scripts/kconfig/
DMakefile116 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)