kbuild: Fix checking of scm-identifier variable
[pandora-kernel.git] / Makefile
index b98943a..ea5f0be 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -943,7 +943,7 @@ endif
 ifdef CONFIG_LOCALVERSION_AUTO
        localver-extra = $(scm-identifier)
 else
-       ifneq ($scm-identifier,)
+       ifneq ($(scm-identifier),)
                ifeq ($(LOCALVERSION),)
                        localver-extra = +
                endif