diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
732 | ifdef CONFIG_LOCALVERSION_AUTO | 732 | ifdef _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) |