diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-02-17 10:55:46 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2010-03-16 16:55:05 +0100 |
commit | b4a51f7f5d4855d1af7eb6ce6c6f79bd24d1d5a8 (patch) | |
tree | a24e61583d010d72d8a081722578e4986e4eb0e5 /Makefile.target | |
parent | d6f468337aba7eeeab0c7a772eda7491eb432cca (diff) |
error: Move qemu_error() & friends from monitor.c to own file
They're about reporting errors, not about the monitor.
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 320f807fd4..2d85a8ed2e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -169,6 +169,7 @@ endif #CONFIG_BSD_USER 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 += qemu-error.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 |