Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/kernel/
Dprom_init_check.sh38 if [ $KBUILD_VERBOSE ]; then
39 if [ $KBUILD_VERBOSE -ne 0 ]; then
/linux-3.3/arch/x86/tools/
DMakefile3 ifeq ($(KBUILD_VERBOSE),1)
/linux-3.3/scripts/
Dtags.sh10 if [ "$KBUILD_VERBOSE" = "1" ]; then
DKbuild.include259 ifeq ($(KBUILD_VERBOSE),2)
/linux-3.3/
DMakefile45 KBUILD_VERBOSE = $(V) macro
47 ifndef KBUILD_VERBOSE
48 KBUILD_VERBOSE = 0 macro
130 $(if $(KBUILD_VERBOSE:1=),@)$(MAKE) -C $(KBUILD_OUTPUT) \
304 ifeq ($(KBUILD_VERBOSE),1)
319 export quiet Q KBUILD_VERBOSE
/linux-3.3/Documentation/kbuild/
Dkbuild.txt53 KBUILD_VERBOSE
57 Setting "V=..." takes precedence over KBUILD_VERBOSE.
Dmakefiles.txt1190 When kbuild is executing with KBUILD_VERBOSE=0, then only a shorthand
1212 will be displayed with "make KBUILD_VERBOSE=0".