From 058e03887ddb4d19830932ea0bbc2eddcce91510 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 11 Apr 2010 18:44:59 +0200 Subject: Create EMBTK_BUGURL and EMBTK_HOMEURL env vars Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3