Home
last modified time | relevance | path

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

/busybox-1.35.0/
DMakefile37 KBUILD_VERBOSE = $(V) macro
40 ifndef KBUILD_VERBOSE
41 KBUILD_VERBOSE = 0 macro
112 $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \
253 ifeq ($(KBUILD_VERBOSE),1)
268 export quiet Q KBUILD_VERBOSE