aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
diff options
context:
space:
mode:
Diffstat (limited to 'tools/console')
-rw-r--r--tools/console/Makefile2
-rw-r--r--tools/console/testsuite/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/console/Makefile b/tools/console/Makefile
index 3dc4c1b3d5..5a119b44cd 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -1,5 +1,5 @@
-XEN_ROOT=../..
+XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
diff --git a/tools/console/testsuite/Makefile b/tools/console/testsuite/Makefile
index 71deb0a6f8..d9e43809f6 100644
--- a/tools/console/testsuite/Makefile
+++ b/tools/console/testsuite/Makefile
@@ -1,4 +1,4 @@
-XEN_ROOT = ../../..
+XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/Rules.mk
LDFLAGS=-static