/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | config_secure.mk | 10 $(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 D | deflate_xip_data.sh | 23 case "$KBUILD_VERBOSE" in
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 59 case "$KBUILD_VERBOSE" in
|
/openbmc/linux/arch/x86/tools/ |
H A D | Makefile | 4 ifneq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | Makefile | 54 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 11 if [[ "$KBUILD_VERBOSE" =~ 1 ]]; then
|
H A D | link-vmlinux.sh | 214 case "${KBUILD_VERBOSE}" in
|
H A D | Kbuild.include | 242 ifneq ($(findstring 2, $(KBUILD_VERBOSE)),)
|
/openbmc/linux/arch/x86/boot/ |
H A D | genimage.sh | 32 case "${KBUILD_VERBOSE}" in
|
/openbmc/u-boot/ |
H A D | Makefile | 72 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 D | Makefile.spl | 163 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT)) 167 $(if $(KBUILD_VERBOSE:1=), MKIMAGEOUTPUT)
|
H A D | Kbuild.include | 297 ifeq ($(KBUILD_VERBOSE),2)
|
/openbmc/linux/Documentation/ |
H A D | Makefile | 31 ifeq ($(findstring 1, $(KBUILD_VERBOSE)),)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/ |
H A D | vboxguestdrivers_7.1.4.bb | 27 EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1 CC='${CC} ${DEBUG_P…
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kbuild.rst | 113 KBUILD_VERBOSE section in Environment variables 119 Setting "V=..." takes precedence over KBUILD_VERBOSE.
|
H A D | makefiles.rst | 466 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 D | Makefile | 115 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/openbmc/u-boot/doc/ |
H A D | README.m68k | 74 make ARCH=m68k KBUILD_VERBOSE=1
|
/openbmc/linux/ |
H A D | Makefile | 76 # 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 D | Makefile | 158 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|