summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:26 +0200
commit2da2a9c583775e966e940a21016309ca661979f5 (patch)
tree383b5dd6a5d37b5698e4a8c8ab666ef243638348 /Makefile
parentea7fdd5f550a63f45a90f76cb1ac1e1eeecffe00 (diff)
parent01b53d3b728073996e7e7c1f308a2bf79f0ae609 (diff)
downloadbarebox-2da2a9c583775e966e940a21016309ca661979f5.tar.gz
barebox-2da2a9c583775e966e940a21016309ca661979f5.tar.xz
Merge branch 'for-next/buildsystem-version' into master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 373ce789d0..9434405df4 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,8 @@ include scripts/Kbuild.include
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
-export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
+BUILDSYSTEM_VERSION =
+export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION BUILDSYSTEM_VERSION
# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------