Home
last modified time | relevance | path

Searched refs:KBUILD_VERBOSE (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init_check.sh55 if [ $KBUILD_VERBOSE ]; then
56 if [ $KBUILD_VERBOSE -ne 0 ]; then
/kernel/linux/linux-5.10/arch/arm/boot/
H A Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/kernel/linux/linux-6.6/arch/arm/boot/
H A Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/kernel/linux/linux-5.10/scripts/
H 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
/kernel/linux/linux-5.10/arch/x86/tools/
H A DMakefile4 ifeq ($(KBUILD_VERBOSE),1)
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dgenimage.sh23 case "${KBUILD_VERBOSE}" in
/kernel/linux/linux-6.6/arch/x86/tools/
H A DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/kernel/linux/linux-6.6/scripts/
H A Dlink-vmlinux.sh214 case "${KBUILD_VERBOSE}" in
H A Dtags.sh11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
/kernel/linux/linux-5.10/Documentation/
H A DMakefile29 ifeq ($(KBUILD_VERBOSE),0)
/kernel/linux/linux-6.6/Documentation/
H A DMakefile31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/kernel/linux/linux-5.10/
H A DMakefile72 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
73 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
74 # If KBUILD_VERBOSE equals 2 then give the reason why each target is rebuilt.
80 KBUILD_VERBOSE = $(V) macro
82 ifndef KBUILD_VERBOSE
83 KBUILD_VERBOSE = 0 macro
86 ifeq ($(KBUILD_VERBOSE),1)
108 export quiet Q KBUILD_VERBOSE
/kernel/linux/linux-5.10/scripts/kconfig/
H A DMakefile116 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/kernel/linux/linux-6.6/scripts/kconfig/
H A DMakefile115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/kernel/linux/linux-6.6/
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

Completed in 11 milliseconds