kbuild: Remove reference to uninitialised variable
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Mon, 15 Oct 2012 12:49:12 +0000 (13:49 +0100)
committerMichal Marek <mmarek@suse.cz>
Tue, 20 Nov 2012 10:25:15 +0000 (11:25 +0100)
commit16f890988114a1b2d7abb30dafb708d4513801da
treedd42342025ac7b7ef001e0531a6ea1ece544bb50
parentddffeb8c4d0331609ef2581d84de4d763607bd37
kbuild: Remove reference to uninitialised variable

Verbose output variable is unnecessary because the command's echo is
already surpressed. Additionally because the block defines skip-makefile
the variable Q is not defined within the makefile, which can cause
problems if Q is defined in the users environment.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile
This page took 0.026217 seconds and 5 git commands to generate.