kbuild: Fix checking of scm-identifier variable
authorGreg Thelen <gthelen@google.com>
Wed, 5 May 2010 17:41:44 +0000 (10:41 -0700)
committerMichal Marek <mmarek@suse.cz>
Thu, 6 May 2010 14:32:20 +0000 (16:32 +0200)
commitfb994ecc2b1c214951366c2ba5d8b121f0010d1f
tree570c43e196a73ffa0fe806f17ae6d4c8c315d413
parent06f9a55cf72b6aa19b4206a05d6f9af6fa9648ea
kbuild: Fix checking of scm-identifier variable

I'm looking Makefile in the -mm branch (dated 2010-04-28-16-53) and
seeing what looks like a bug in the checking of scm-identifier.  The
"ifneq ($scm-identifier)" seems to always execute "ifeq
($(LOCALVERSION,)) ...".  This patch fixes the checking of
scm-identifier.

Signed-off-by: Greg Thelen <gthelen@google.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile