summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-06-01 12:14:49 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-07 13:52:10 -0500
commitd5ec4f27c387c3b3200abb8656343b2519ea3047 (patch)
treed2c034e55cf46ea98c619177e59b909f66f02ea3 /Makefile.objs
parent87c2f59166b7ec5b3ce44b5c4a2337c07a78e533 (diff)
downloadhqemu-d5ec4f27c387c3b3200abb8656343b2519ea3047.zip
hqemu-d5ec4f27c387c3b3200abb8656343b2519ea3047.tar.gz
Introduce the new error framework
New error-handling framework that allows for exception-like error propagation. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 90838f6..0f7bb52 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -59,7 +59,7 @@ fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y))
# system emulation, i.e. a single QEMU executable should support all
# CPUs and machines.
-common-obj-y = $(block-obj-y) blockdev.o
+common-obj-y = $(block-obj-y) blockdev.o error.o
common-obj-y += $(net-obj-y)
common-obj-y += $(qobject-obj-y)
common-obj-$(CONFIG_LINUX) += $(fsdev-obj-$(CONFIG_LINUX))
OpenPOWER on IntegriCloud