summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 01:39:24 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 01:39:24 +0100
commitc46eeef87c224b79a62b98413d936f4f5fc24407 (patch)
tree30482de2d630f3b1a14c50cc42f75d9420713977 /Makefile
parent93335ee40cc0704f206b86d3167cb63df99ffa3f (diff)
downloadembtoolkit-c46eeef87c224b79a62b98413d936f4f5fc24407.tar.gz
embtoolkit-c46eeef87c224b79a62b98413d936f4f5fc24407.tar.bz2
embtoolkit-c46eeef87c224b79a62b98413d936f4f5fc24407.tar.xz
Add EMBTK_VERSION symbol
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-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