From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:07 +0000 (+0000) Subject: Compile qemu-error only once X-Git-Tag: v0.13.0-rc0~999 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1060e9d2dc3b892b6be7988e5f8836a847ba05b;p=thirdparty%2Fqemu.git Compile qemu-error only once Signed-off-by: Blue Swirl --- diff --git a/Makefile.objs b/Makefile.objs index 0c13d4fd6a8..dc7b4454c81 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -44,7 +44,7 @@ net-obj-y += $(addprefix net/, $(net-nested-y)) common-obj-y = $(block-obj-y) common-obj-y += $(net-obj-y) common-obj-y += $(qobject-obj-y) -common-obj-y += readline.o console.o async.o +common-obj-y += readline.o console.o async.o qemu-error.o common-obj-y += tcg-runtime.o host-utils.o common-obj-y += irq.o ioport.o input.o diff --git a/Makefile.target b/Makefile.target index 10153db3594..32a12a1a76c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -162,7 +162,7 @@ endif #CONFIG_BSD_USER ifdef CONFIG_SOFTMMU obj-y = vl.o monitor.o pci.o pci_host.o pcie_host.o machine.o gdbstub.o -obj-y += qemu-error.o qemu-timer.o +obj-y += qemu-timer.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-pci.o virtio-serial-bus.o