Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/package/debian/
Drules16 ifeq ($(origin KBUILD_VERBOSE),undefined)
18 export KBUILD_VERBOSE := 1 macro
/linux-6.12.1/arch/arm/boot/
Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/linux-6.12.1/arch/powerpc/kernel/
Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/linux-6.12.1/arch/x86/tools/
DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-6.12.1/scripts/
Dlink-vmlinux.sh188 case "${KBUILD_VERBOSE}" in
Dtags.sh11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
DKbuild.include235 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
/linux-6.12.1/arch/x86/boot/
Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/linux-6.12.1/Documentation/
DMakefile35 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-6.12.1/Documentation/kbuild/
Dkbuild.rst118 KBUILD_VERBOSE section in Environment variables
124 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.12.1/scripts/kconfig/
DMakefile123 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/linux-6.12.1/
DMakefile83 KBUILD_VERBOSE = $(V) macro
89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
98 override KBUILD_VERBOSE := macro
101 export quiet Q KBUILD_VERBOSE