summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 18:44:59 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 18:44:59 +0200
commit058e03887ddb4d19830932ea0bbc2eddcce91510 (patch)
tree8339bb0f9aa0ca85c0c3c09caf80f42a23fea173 /Makefile
parent248c59bb6fc5ce4542f3b8d8ea0885a503870ce8 (diff)
downloadembtoolkit-058e03887ddb4d19830932ea0bbc2eddcce91510.tar.gz
embtoolkit-058e03887ddb4d19830932ea0bbc2eddcce91510.tar.bz2
embtoolkit-058e03887ddb4d19830932ea0bbc2eddcce91510.tar.xz
Create EMBTK_BUGURL and EMBTK_HOMEURL env vars
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc4f42e..9c8801e 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,10 @@ KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
EMBTK_VERSION = $(KERNELVERSION)
export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION EMBTK_VERSION
+EMBTK_BUGURL = "http://www.embtoolkit.org/issues/projects/embtoolkit"
+EMBTK_HOMEURL = "http://www.embtoolkit.org"
+export EMBTK_BUGURL EMBTK_HOMEURL
+
EMBTK_ROOT := $(shell pwd)
export EMBTK_ROOT