aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b98943a466c5..ea5f0bee1934 100644
--- a/Makefile
+++ b/Makefile
@@ -943,7 +943,7 @@ endif
943ifdef CONFIG_LOCALVERSION_AUTO 943ifdef CONFIG_LOCALVERSION_AUTO
944 localver-extra = $(scm-identifier) 944 localver-extra = $(scm-identifier)
945else 945else
946 ifneq ($scm-identifier,) 946 ifneq ($(scm-identifier),)
947 ifeq ($(LOCALVERSION),) 947 ifeq ($(LOCALVERSION),)
948 localver-extra = + 948 localver-extra = +
949 endif 949 endif