summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:07 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:07 +0000
commit64dc9c31ae3d3e450c65099715a3fb653927f21f (patch)
tree7817cfe788dc13e4fd6284410a018f9a4fda037b /Makefile.target
parent35da37e141bc96355a0a3a4e8e1df0722d1fdb0b (diff)
downloadhqemu-64dc9c31ae3d3e450c65099715a3fb653927f21f.zip
hqemu-64dc9c31ae3d3e450c65099715a3fb653927f21f.tar.gz
Compile async only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 17ae698..10153db 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -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
OpenPOWER on IntegriCloud