Searched refs:KBUILD_VERBOSE (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/Documentation/translations/zh_CN/kbuild/ |
D | kbuild.rst | 119 KBUILD_VERBOSE section in 环境变量 125 设置 "V=..." 优先于 KBUILD_VERBOSE。
|
/linux-6.14.4/scripts/package/debian/ |
D | rules | 16 ifeq ($(origin KBUILD_VERBOSE),undefined) 18 export KBUILD_VERBOSE := 1 macro
|
/linux-6.14.4/arch/arm/boot/ |
D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | prom_init_check.sh | 59 case "$KBUILD_VERBOSE" in
|
/linux-6.14.4/arch/x86/tools/ |
D | Makefile | 4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/linux-6.14.4/scripts/ |
D | link-vmlinux.sh | 192 case "${KBUILD_VERBOSE}" in
|
D | tags.sh | 11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
|
D | Kbuild.include | 235 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
|
/linux-6.14.4/arch/x86/boot/ |
D | genimage.sh | 32 case "${KBUILD_VERBOSE}" in
|
/linux-6.14.4/Documentation/ |
D | Makefile | 35 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/linux-6.14.4/Documentation/kbuild/ |
D | kbuild.rst | 129 KBUILD_VERBOSE section in Environment variables 135 Setting "V=..." takes precedence over KBUILD_VERBOSE.
|
D | makefiles.rst | 480 When kbuild is executing with KBUILD_VERBOSE unset, then only a shorthand 501 will be displayed with ``make KBUILD_VERBOSE=``.
|
/linux-6.14.4/scripts/kconfig/ |
D | Makefile | 125 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/linux-6.14.4/ |
D | Makefile | 83 KBUILD_VERBOSE = $(V) macro 89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),) 98 override KBUILD_VERBOSE := macro 101 export quiet Q KBUILD_VERBOSE
|