Home
last modified time | relevance | path

Searched refs:KBUILD_VERBOSE (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/translations/zh_CN/kbuild/
H A Dkbuild.rst119 KBUILD_VERBOSE section in 环境变量
125 设置 "V=..." 优先于 KBUILD_VERBOSE
/linux/scripts/package/debian/
H A Drules14 # When KBUILD_VERBOSE is undefined (presumably you are directly working with
16 ifeq ($(origin KBUILD_VERBOSE),undefined)
18 export KBUILD_VERBOSE := 1 macro
/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/linux/arch/x86/tools/
H A DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux/scripts/
H A Dlink-vmlinux.sh191 case "${KBUILD_VERBOSE}" in
H A DKbuild.include235 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
/linux/arch/x86/boot/
H A Dgenimage.sh33 case "${KBUILD_VERBOSE}" in
/linux/Documentation/
H A DMakefile37 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/linux/Documentation/kbuild/
H A Dkbuild.rst129 KBUILD_VERBOSE section in Environment variables
135 Setting "V=..." takes precedence over KBUILD_VERBOSE.
/linux/
H A DMakefile83 KBUILD_VERBOSE = $(V) macro
89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
98 override KBUILD_VERBOSE := macro
101 export quiet Q KBUILD_VERBOSE
/linux/scripts/bash-completion/
H A Dmake117 V | KBUILD_VERBOSE)