aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-06-04 12:47:53 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-06-04 12:47:53 +0100
commitfe4fa7d7f778ad216a01a5136cc4a1ba99fe3326 (patch)
tree2dc8e2378c6971dd51c2ae5501c9f5f2db258209 /tools/blktap
parent7c8c43eb65193511a4380dda294b0b35c66a38d7 (diff)
downloadxen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.tar.gz
xen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.tar.bz2
xen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.zip
Remove a few stray references to the sparse tree.
The only non-obvious change here is in tools/xenfb/Makefile. This now picks up the headers it requires via the copy in tools/libxc. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/blktap')
-rw-r--r--tools/blktap/drivers/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/blktap/drivers/Makefile b/tools/blktap/drivers/Makefile
index 528d1486e5..c7d9d8890a 100644
--- a/tools/blktap/drivers/Makefile
+++ b/tools/blktap/drivers/Makefile
@@ -38,9 +38,6 @@ BLK-OBJS += aes.o
all: $(IBIN) qcow-util
-LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse)
-
-
blktapctrl: blktapctrl.c
$(CC) $(CFLAGS) -o blktapctrl $(LIBS) blktapctrl.c