Searched refs:KBUILD_VERBOSE (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 55 if [ $KBUILD_VERBOSE ]; then 56 if [ $KBUILD_VERBOSE -ne 0 ]; then
|
/kernel/linux/linux-5.10/arch/arm/boot/ |
H A D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/kernel/linux/linux-6.6/arch/arm/boot/ |
H A D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 59 case "$KBUILD_VERBOSE" in
|
/kernel/linux/linux-5.10/scripts/ |
H A D | adjust_autoksyms.sh | 31 case "$KBUILD_VERBOSE" in
|
H A D | tags.sh | 11 if [ "$KBUILD_VERBOSE" = "1" ]; then
|
H A D | link-vmlinux.sh | 313 case "${KBUILD_VERBOSE}" in
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | Makefile | 4 ifeq ($(KBUILD_VERBOSE),1)
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | genimage.sh | 23 case "${KBUILD_VERBOSE}" in
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | Makefile | 4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | link-vmlinux.sh | 214 case "${KBUILD_VERBOSE}" in
|
H A D | tags.sh | 11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | Makefile | 29 ifeq ($(KBUILD_VERBOSE),0)
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | Makefile | 31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | genimage.sh | 32 case "${KBUILD_VERBOSE}" in
|
/kernel/linux/linux-5.10/ |
H A D | Makefile | 72 # 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 D | Makefile | 116 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | Makefile | 115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 76 # 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