Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk10 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
14 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
33 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh23 case "$KBUILD_VERBOSE" in
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh59 case "$KBUILD_VERBOSE" in
/openbmc/linux/arch/x86/tools/
H A DMakefile4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile54 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
/openbmc/linux/scripts/
H A Dtags.sh11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
H A Dlink-vmlinux.sh214 case "${KBUILD_VERBOSE}" in
H A DKbuild.include242 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh32 case "${KBUILD_VERBOSE}" in
/openbmc/u-boot/
H A DMakefile72 KBUILD_VERBOSE = $(V) macro
74 ifndef KBUILD_VERBOSE
75 KBUILD_VERBOSE = 0 macro
78 ifeq ($(KBUILD_VERBOSE),1)
99 export quiet Q KBUILD_VERBOSE
907 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
911 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
/openbmc/u-boot/scripts/
H A DMakefile.spl163 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
167 $(if $(KBUILD_VERBOSE:1=), MKIMAGEOUTPUT)
H A DKbuild.include297 ifeq ($(KBUILD_VERBOSE),2)
/openbmc/linux/Documentation/
H A DMakefile31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.1.4.bb27 EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1 CC='${CC} ${DEBUG_P…
/openbmc/linux/Documentation/kbuild/
H A Dkbuild.rst113 KBUILD_VERBOSE section in Environment variables
119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
H A Dmakefiles.rst466 When kbuild is executing with KBUILD_VERBOSE unset, then only a shorthand
487 will be displayed with ``make KBUILD_VERBOSE=``.
/openbmc/linux/scripts/kconfig/
H A DMakefile115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/openbmc/u-boot/doc/
H A DREADME.m68k74 make ARCH=m68k KBUILD_VERBOSE=1
/openbmc/linux/
H A DMakefile76 # If KBUILD_VERBOSE contains 1, the whole command is echoed.
77 # If KBUILD_VERBOSE contains 2, the reason for rebuilding is printed.
83 KBUILD_VERBOSE = $(V) macro
89 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
106 override KBUILD_VERBOSE :=
109 export quiet Q KBUILD_VERBOSE
/openbmc/u-boot/scripts/kconfig/
H A DMakefile158 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)