Skip to content

Commit

Permalink
build: CONFIG_IOEMU is now obsolete
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <[email protected]>
Acked-by: Ian Jackson <[email protected]>
  • Loading branch information
Ian Campbell committed Aug 21, 2013
1 parent 5c7cbad commit d7f056a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down
1 change: 0 additions & 1 deletion config/x86_32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CONFIG_X86_$(XEN_OS) := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
CONFIG_IOEMU ?= y

CFLAGS += -m32 -march=i686

Expand Down
1 change: 0 additions & 1 deletion config/x86_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CONFIG_COMPAT := y
CONFIG_HVM := y
CONFIG_MIGRATE := y
CONFIG_XCUTILS := y
CONFIG_IOEMU ?= y

CONFIG_XEN_INSTALL_SUFFIX := .gz

Expand Down

0 comments on commit d7f056a

Please sign in to comment.