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)
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

diff --cc Makefile
Simple merge