Searched refs:KBUILD_VERBOSE (Results 1 – 12 of 12) sorted by relevance
119 KBUILD_VERBOSE section in 环境变量 125 设置 "V=..." 优先于 KBUILD_VERBOSE。
14 # When KBUILD_VERBOSE is undefined (presumably you are directly working with16 ifeq ($(origin KBUILD_VERBOSE),undefined)18 export KBUILD_VERBOSE := 1 macro
23 case "$KBUILD_VERBOSE" in
59 case "$KBUILD_VERBOSE" in
4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
191 case "${KBUILD_VERBOSE}" in
235 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
33 case "${KBUILD_VERBOSE}" in
37 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
129 KBUILD_VERBOSE section in Environment variables 135 Setting "V=..." takes precedence over KBUILD_VERBOSE.
83 KBUILD_VERBOSE = $(V) macro89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)98 override KBUILD_VERBOSE := macro101 export quiet Q KBUILD_VERBOSE
117 V | KBUILD_VERBOSE)