|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] Allow CONFIG_IOEMU=n to work.
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID cbfc2e5c6978f0c32112a4d584cd8058de24bf0a
# Parent 398ab18ffed1d0b099e5de41a4851b0136fd6fa5
Allow CONFIG_IOEMU=n to work.
Signed-off-by: John Levon <john.levon@xxxxxxx>
---
tools/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 398ab18ffed1 -r cbfc2e5c6978 tools/Makefile
--- a/tools/Makefile Tue Oct 17 18:21:25 2006 +0100
+++ b/tools/Makefile Tue Oct 17 18:22:19 2006 +0100
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] Allow CONFIG_IOEMU=n to work.,
Xen patchbot-unstable <=
|
|
|
|
|