aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-08-06 11:32:34 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-21 10:41:00 +0100
commitd7f056a32e0906c2ef43e23801c621ec897a238c (patch)
tree10ef29df52c049d580d82dc498537f405f4ec6bb /Makefile
parent5c7cbadaccca8dbb47f2c42ab1b5a8afac9275e3 (diff)
downloadxen-d7f056a32e0906c2ef43e23801c621ec897a238c.tar.gz
xen-d7f056a32e0906c2ef43e23801c621ec897a238c.tar.bz2
xen-d7f056a32e0906c2ef43e23801c621ec897a238c.zip
build: CONFIG_IOEMU is now obsolete
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2b915374a8..d915660fac 100644
--- a/Makefile
+++ b/Makefile
@@ -69,10 +69,6 @@ prep-kernels:
install-xen:
$(MAKE) -C xen install
-.PHONY: install-tools
-install-tools:
- $(MAKE) -C tools install
-
ifeq ($(CONFIG_QEMU_TRAD),y)
QEMU_TRAD_DIR_TGT := tools/qemu-xen-traditional-dir
@@ -95,9 +91,9 @@ tools/qemu-xen-dir-force-update:
$(MAKE) -C tools qemu-xen-dir-force-update
endif
-ifeq ($(CONFIG_IOEMU),y)
+.PHONY: install-tools
install-tools: $(QEMU_TRAD_DIR_TARGET) $(QEMU_XEN_DIR_TARGET)
-endif
+ $(MAKE) -C tools install
.PHONY: install-kernels
install-kernels: