scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT
authorBin Wang <wbin00@gmail.com>
Mon, 25 Feb 2013 03:05:24 +0000 (11:05 +0800)
committerMichal Marek <mmarek@suse.cz>
Mon, 8 Apr 2013 11:04:17 +0000 (13:04 +0200)
KBUILD_OUTPUT is always empty here, so it is useless to test it. But
while use O=.., objtree and srctree will be different. I compare them
instead.

Signed-off-by: Bin Wang <wbin00@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found