On 21 August 2012 16:43, Eduardo Habkost <ehabk...@redhat.com> wrote: > The code depends on some functions from qemu-option.o, so add > qemu-option.o to qom-obj-y to make sure it's included. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> > --- > Makefile.objs | 1 + > hw/Makefile.objs | 2 +- > qom/Makefile.objs | 2 +- > hw/qdev-properties.c => qom/device-properties.c | 0 > hw/qdev.c => qom/device.c | 0 > 5 files changed, 3 insertions(+), 2 deletions(-) > rename hw/qdev-properties.c => qom/device-properties.c (100%) > rename hw/qdev.c => qom/device.c (100%) > > diff --git a/Makefile.objs b/Makefile.objs > index 4412757..2cf91c2 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -14,6 +14,7 @@ universal-obj-y += $(qobject-obj-y) > ####################################################################### > # QOM > qom-obj-y = qom/ > +qom-obj-y += qemu-option.o
qemu-option.c isn't actually QOM related code... -- PMM