summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3653cf2..a025aca 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,8 @@ PATCHLEVEL = 1
SUBLEVEL = 0
EXTRAVERSION = -rc8
KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
-export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
+EMBTK_VERSION = KERNELVERSION
+export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION EMBTK_VERSION
EMBTK_ROOT := $(shell pwd)
export EMBTK_ROOT