Searched refs:KBUILD_VERBOSE (Results 1 - 10 of 10) sorted by last modified time

/linux-master/
H A DMakefile76 # If KBUILD_VERBOSE contains 1, the whole command is echoed.
77 # If KBUILD_VERBOSE contains 2, the reason for rebuilding is printed.
83 KBUILD_VERBOSE = $(V) macro
89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
106 override KBUILD_VERBOSE :=
109 export quiet Q KBUILD_VERBOSE
/linux-master/scripts/package/debian/
H A Drules14 # When KBUILD_VERBOSE is undefined (presumably you are directly working with
16 ifeq ($(origin KBUILD_VERBOSE),undefined)
18 export KBUILD_VERBOSE := 1 macro
/linux-master/Documentation/
H A DMakefile31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-master/scripts/
H A Dlink-vmlinux.sh214 case "${KBUILD_VERBOSE}" in
H A Dtags.sh11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
/linux-master/scripts/kconfig/
H A DMakefile123 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/linux-master/arch/x86/tools/
H A DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux-master/arch/powerpc/kernel/
H A Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/linux-master/arch/x86/boot/
H A Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/linux-master/arch/arm/boot/
H A Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in

Completed in 459 milliseconds