Searched refs:KBUILD_VERBOSE (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/arm/mach-omap2/ |
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)
|
/u-boot/arch/arm/mach-k3/ |
A D | config_secure.mk | 11 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
|
/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
A D | Makefile | 54 $(if $(KBUILD_VERBOSE:1=), >/dev/null)
|
/u-boot/scripts/kconfig/ |
A D | Makefile | 140 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
|
/u-boot/ |
A D | Makefile | 91 KBUILD_VERBOSE = $(V) macro 93 ifndef KBUILD_VERBOSE 94 KBUILD_VERBOSE = 0 macro 97 ifeq ($(KBUILD_VERBOSE),1) 118 export quiet Q KBUILD_VERBOSE 991 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT)) 996 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT))
|
/u-boot/scripts/ |
A D | Makefile.spl | 176 >$(MKIMAGEOUTPUT) $(if $(KBUILD_VERBOSE:0=), && cat $(MKIMAGEOUTPUT)) 180 $(if $(KBUILD_VERBOSE:1=), MKIMAGEOUTPUT)
|
A D | Kbuild.include | 299 ifeq ($(KBUILD_VERBOSE),2)
|
/u-boot/doc/arch/ |
A D | m68k.rst | 79 make KBUILD_VERBOSE=1
|
Completed in 11 milliseconds