]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Compile async only once
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:07 +0000 (19:47 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:07 +0000 (19:47 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target

index 90cb34b1d1578774411a90ab2b5527c833e66f44..0c13d4fd6a817d443f96b63bdc3a445a4164b539 100644 (file)
@@ -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
+common-obj-y += readline.o console.o async.o
 
 common-obj-y += tcg-runtime.o host-utils.o
 common-obj-y += irq.o ioport.o input.o
index 17ae698e07fa665cdcd633522690a25aa9b4676d..10153db35944a5261c4ae03caf493ee6f38d6b14 100644 (file)
@@ -161,7 +161,7 @@ endif #CONFIG_BSD_USER
 # System emulator target
 ifdef CONFIG_SOFTMMU
 
-obj-y = vl.o async.o monitor.o pci.o pci_host.o pcie_host.o machine.o gdbstub.o
+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
 # virtio has to be here due to weird dependency between PCI and virtio-net.
 # need to fix this properly