Searched refs:KBUILD_VERBOSE (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/scripts/ |
A D | gen_autoksyms.sh | 10 case "$KBUILD_VERBOSE" in
|
A D | adjust_autoksyms.sh | 31 case "$KBUILD_VERBOSE" in
|
A D | link-vmlinux.sh | 209 case "${KBUILD_VERBOSE}" in
|
A D | tags.sh | 11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
|
A D | Kbuild.include | 242 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
|
/linux-6.3-rc2/arch/arm/boot/ |
A D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | prom_init_check.sh | 54 case "$KBUILD_VERBOSE" in
|
/linux-6.3-rc2/arch/x86/tools/ |
A D | Makefile | 4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | genimage.sh | 32 case "${KBUILD_VERBOSE}" in
|
/linux-6.3-rc2/Documentation/ |
A D | Makefile | 31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | kbuild.rst | 113 KBUILD_VERBOSE section in Environment variables 119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
|
A 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-6.3-rc2/scripts/kconfig/ |
A D | Makefile | 113 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/linux-6.3-rc2/ |
A D | Makefile | 79 KBUILD_VERBOSE = $(V) macro 85 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),) 102 override KBUILD_VERBOSE := 105 export quiet Q KBUILD_VERBOSE
|
Completed in 18 milliseconds