From c46eeef87c224b79a62b98413d936f4f5fc24407 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 1 Jan 2010 01:39:24 +0100 Subject: Add EMBTK_VERSION symbol Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3