Searched refs:KBUILD_VERBOSE (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/arch/arm/boot/ |
D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | prom_init_check.sh | 59 case "$KBUILD_VERBOSE" in
|
/Linux-v6.6/arch/x86/tools/ |
D | Makefile | 4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/Linux-v6.6/scripts/ |
D | tags.sh | 11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
|
D | link-vmlinux.sh | 209 case "${KBUILD_VERBOSE}" in
|
D | Kbuild.include | 242 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
|
/Linux-v6.6/arch/x86/boot/ |
D | genimage.sh | 32 case "${KBUILD_VERBOSE}" in
|
/Linux-v6.6/Documentation/ |
D | Makefile | 31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/Linux-v6.6/Documentation/kbuild/ |
D | kbuild.rst | 113 KBUILD_VERBOSE section in Environment variables 119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
|
D | makefiles.rst | 466 When kbuild is executing with KBUILD_VERBOSE unset, then only a shorthand 487 will be displayed with ``make KBUILD_VERBOSE=``.
|
/Linux-v6.6/scripts/kconfig/ |
D | Makefile | 115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/Linux-v6.6/ |
D | Makefile | 83 KBUILD_VERBOSE = $(V) macro 89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),) 106 override KBUILD_VERBOSE := 109 export quiet Q KBUILD_VERBOSE
|