Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/boot/
Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/linux-6.6.21/arch/powerpc/kernel/
Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/linux-6.6.21/arch/x86/tools/
DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-6.6.21/scripts/
Dlink-vmlinux.sh214 case "${KBUILD_VERBOSE}" in
Dtags.sh11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
DKbuild.include242 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
/linux-6.6.21/arch/x86/boot/
Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/linux-6.6.21/Documentation/
DMakefile31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-6.6.21/Documentation/kbuild/
Dkbuild.rst113 KBUILD_VERBOSE section in Environment variables
119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.rst466 When kbuild is executing with KBUILD_VERBOSE unset, then only a shorthand
487 will be displayed with ``make KBUILD_VERBOSE=``.
/linux-6.6.21/scripts/kconfig/
DMakefile115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/linux-6.6.21/
DMakefile83 KBUILD_VERBOSE = $(V) macro
89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
106 override KBUILD_VERBOSE :=
109 export quiet Q KBUILD_VERBOSE