Searched refs:KBUILD_VERBOSE (Results 1 – 6 of 6) sorted by relevance
16 ifeq ($(origin KBUILD_VERBOSE),undefined)18 export KBUILD_VERBOSE := 1
11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
191 case "${KBUILD_VERBOSE}" in
235 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
125 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
117 V | KBUILD_VERBOSE)
Completed in 5 milliseconds