aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2/drivers
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-04 09:03:42 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-04 09:03:42 +0000
commitf3bbcc79956e7b6d38587c4de0dd1feb24b5f358 (patch)
tree1e2c934fc094ea971b2501e4a974427ca9dfce1b /tools/blktap2/drivers
parentd10651be94aa0a87222508089435ab35c9288ff3 (diff)
downloadxen-f3bbcc79956e7b6d38587c4de0dd1feb24b5f358.tar.gz
xen-f3bbcc79956e7b6d38587c4de0dd1feb24b5f358.tar.bz2
xen-f3bbcc79956e7b6d38587c4de0dd1feb24b5f358.zip
tools: Do not append trailing slash to XEN_ROOT in Makefiles
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/blktap2/drivers')
-rw-r--r--tools/blktap2/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/blktap2/drivers/Makefile b/tools/blktap2/drivers/Makefile
index 2fb2f2b887..edf8ef8c04 100644
--- a/tools/blktap2/drivers/Makefile
+++ b/tools/blktap2/drivers/Makefile
@@ -1,4 +1,4 @@
-XEN_ROOT=../../../
+XEN_ROOT=../../..
BLKTAP_ROOT= ..
include $(XEN_ROOT)/tools/Rules.mk