commit | 4c6e00cffcd478a369b6fd0ba61f5b0f9643ff43 | [log] [tgz] |
---|---|---|
author | Bin Wang <wbin00@gmail.com> | Mon Feb 25 11:05:24 2013 +0800 |
committer | Michal Marek <mmarek@suse.cz> | Mon Apr 08 13:04:17 2013 +0200 |
tree | 6987a8cfce7daaee2a5493620f115196c76ee840 | |
parent | ff4eb04c88588118a4c0f0b8308c9c475f3bc9fe [diff] |
scripts/package/Makefile: compare objtree with srctree instead of test KBUILD_OUTPUT 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>