diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:07 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:07 +0000 |
commit | 64dc9c31ae3d3e450c65099715a3fb653927f21f (patch) | |
tree | 7817cfe788dc13e4fd6284410a018f9a4fda037b /Makefile.target | |
parent | 35da37e141bc96355a0a3a4e8e1df0722d1fdb0b (diff) |
Compile async only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 17ae698e07..10153db359 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 |