aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-18 10:32:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-18 10:32:40 +0100
commit19dc3860dcfde9bc4ec4ef35bb1337e13276f630 (patch)
treee60e9c438f0031a7c4f70196837b74b9fd677d2d /tools/Makefile
parentf2878b5bb1a0b9c25efca3c594d764c9e13b50c0 (diff)
downloadxen-19dc3860dcfde9bc4ec4ef35bb1337e13276f630.tar.gz
xen-19dc3860dcfde9bc4ec4ef35bb1337e13276f630.tar.bz2
xen-19dc3860dcfde9bc4ec4ef35bb1337e13276f630.zip
Remove internal tools/ioemu tree.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 71770a76ad..4d27b26fe0 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -23,12 +23,7 @@ SUBDIRS-y += blktap
SUBDIRS-y += libfsimage
SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
SUBDIRS-y += fs-back
-
-ifeq (ioemu,$(CONFIG_QEMU))
-SUBDIRS-$(CONFIG_IOEMU) += ioemu
-else
SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
-endif
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))