aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 411e0dc37..c8ff5fb52 100644
--- a/Makefile
+++ b/Makefile
@@ -729,7 +729,7 @@ localver = $(subst $(space),, \
729# Currently, only git is supported. 729# Currently, only git is supported.
730# Other SCMs can edit scripts/setlocalversion and add the appropriate 730# Other SCMs can edit scripts/setlocalversion and add the appropriate
731# checks as needed. 731# checks as needed.
732ifdef CONFIG_LOCALVERSION_AUTO 732ifdef _BB_DISABLED_CONFIG_LOCALVERSION_AUTO
733 _localver-auto = $(shell $(CONFIG_SHELL) \ 733 _localver-auto = $(shell $(CONFIG_SHELL) \
734 $(srctree)/scripts/setlocalversion $(srctree)) 734 $(srctree)/scripts/setlocalversion $(srctree))
735 localver-auto = $(LOCALVERSION)$(_localver-auto) 735 localver-auto = $(LOCALVERSION)$(_localver-auto)