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

/u-boot/dts/upstream/
H A DMakefile42 KBUILD_VERBOSE = $(V) macro
44 ifndef KBUILD_VERBOSE
45 KBUILD_VERBOSE = 0 macro
68 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
69 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
71 ifeq ($(KBUILD_VERBOSE),1)
92 export quiet Q KBUILD_VERBOSE
/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)
/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile54 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
/u-boot/scripts/kconfig/
H A DMakefile129 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/u-boot/scripts/
H A DMakefile.spl209 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
213 $(if $(KBUILD_VERBOSE:1=), MKIMAGEOUTPUT)
/u-boot/
H A DMakefile87 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
88 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
94 KBUILD_VERBOSE = $(V) macro
96 ifndef KBUILD_VERBOSE
97 KBUILD_VERBOSE = 0 macro
100 ifeq ($(KBUILD_VERBOSE),1)
121 export quiet Q KBUILD_VERBOSE
1072 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
1077 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))

Completed in 84 milliseconds