aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-20 17:01:23 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-20 17:01:23 +0000
commit7abe880614053a9a0ab04ded0e167dc1247998c8 (patch)
tree9ed61b3492822d0d5358426c010b38429aaeaca8 /tools/Makefile
parentc1e1da05190d7112fa6d6c954bd35cfefa1b983a (diff)
downloadxen-7abe880614053a9a0ab04ded0e167dc1247998c8.tar.gz
xen-7abe880614053a9a0ab04ded0e167dc1247998c8.tar.bz2
xen-7abe880614053a9a0ab04ded0e167dc1247998c8.zip
bitkeeper revision 1.1490 (428e17e3-aTEgwH1KsJrUT4WjK5zWQ)
Fix ioemu build. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 52ddb9f24b..64778a9146 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -38,6 +38,10 @@ check:
check_clean:
$(MAKE) -C check clean
+ifneq ($(XEN_TARGET_ARCH),x86_32)
+XEN_NO_IOEMU=1
+endif
+
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
[ -f ioemu/config-host.h ] || \