# HG changeset patch
# User john.levon@sun.com
# Date 1161091068 25200
# Node ID 59fb756d149b78afea592fcc9f61a7f24daf4482
# Parent 4bc7e7efc034aecaa3e6c2c2cc4b115e9d65601a
Allow CONFIG_IOEMU=n to work.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/Makefile b/tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -60,7 +60,7 @@ check_clean:
$(MAKE) -C check clean
.PHONY: ioemu ioemuinstall ioemuclean
-ifdef CONFIG_IOEMU
+ifeq ($(CONFIG_IOEMU),y)
export IOEMU_DIR ?= ioemu
ioemu ioemuinstall:
[ -f $(IOEMU_DIR)/config-host.mak ] || \
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel