Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/
H A DMakefile72 # If KBUILD_VERBOSE equals 0 then the above command will be hidden.
73 # If KBUILD_VERBOSE equals 1 then the above command is displayed.
74 # If KBUILD_VERBOSE equals 2 then give the reason why each target is rebuilt.
80 KBUILD_VERBOSE = $(V) macro
82 ifndef KBUILD_VERBOSE
83 KBUILD_VERBOSE = 0 macro
86 ifeq ($(KBUILD_VERBOSE),1)
101 export quiet Q KBUILD_VERBOSE

Completed in 3 milliseconds