summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 03:49:44 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-01 03:49:44 +0100
commit79e78421d9b856e889af2cb306d27f59268ac163 (patch)
tree1f1969cb3508ad41ffcd1590a09fe2ab78e1d46c /Makefile
parentc46eeef87c224b79a62b98413d936f4f5fc24407 (diff)
downloadembtoolkit-79e78421d9b856e889af2cb306d27f59268ac163.tar.gz
embtoolkit-79e78421d9b856e889af2cb306d27f59268ac163.tar.bz2
embtoolkit-79e78421d9b856e889af2cb306d27f59268ac163.tar.xz
Correct EMBTK_VERSION macro
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a025aca..9037abf 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ PATCHLEVEL = 1
SUBLEVEL = 0
EXTRAVERSION = -rc8
KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
-EMBTK_VERSION = KERNELVERSION
+EMBTK_VERSION = $(KERNELVERSION)
export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION EMBTK_VERSION
EMBTK_ROOT := $(shell pwd)