summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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