summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-17 10:55:46 +0100
committerMarkus Armbruster <armbru@redhat.com>2010-03-16 16:55:05 +0100
commitb4a51f7f5d4855d1af7eb6ce6c6f79bd24d1d5a8 (patch)
treea24e61583d010d72d8a081722578e4986e4eb0e5 /Makefile.target
parentd6f468337aba7eeeab0c7a772eda7491eb432cca (diff)
downloadhqemu-b4a51f7f5d4855d1af7eb6ce6c6f79bd24d1d5a8.zip
hqemu-b4a51f7f5d4855d1af7eb6ce6c6f79bd24d1d5a8.tar.gz
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.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 320f807..2d85a8e 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
OpenPOWER on IntegriCloud