Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dprom_init_check.sh37 if [ $KBUILD_VERBOSE ]; then
38 if [ $KBUILD_VERBOSE -ne 0 ]; then
/Linux-v4.19/arch/arm/boot/
Ddeflate_xip_data.sh25 case "$KBUILD_VERBOSE" in
/Linux-v4.19/scripts/
Dadjust_autoksyms.sh35 case "$KBUILD_VERBOSE" in
Dlink-vmlinux.sh186 case "${KBUILD_VERBOSE}" in
Dtags.sh10 if [ "$KBUILD_VERBOSE" = "1" ]; then
DKbuild.include330 ifeq ($(KBUILD_VERBOSE),2)
/Linux-v4.19/arch/x86/boot/
Dgenimage.sh23 case "${KBUILD_VERBOSE}" in
/Linux-v4.19/arch/x86/tools/
DMakefile4 ifeq ($(KBUILD_VERBOSE),1)
/Linux-v4.19/Documentation/kbuild/
Dkbuild.txt74 KBUILD_VERBOSE
78 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.txt1171 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
1193 will be displayed with "make KBUILD_VERBOSE=0".
/Linux-v4.19/
DMakefile75 KBUILD_VERBOSE = $(V) macro
77 ifndef KBUILD_VERBOSE
78 KBUILD_VERBOSE = 0 macro
81 ifeq ($(KBUILD_VERBOSE),1)
97 export quiet Q KBUILD_VERBOSE
/Linux-v4.19/scripts/kconfig/
DMakefile130 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)