On 8/6/20 9:15 PM, Paolo Bonzini wrote: > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > Makefile.objs | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Makefile.objs b/Makefile.objs > index a5c919d..0f3074b 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -47,8 +47,7 @@ storage-daemon-obj-$(CONFIG_POSIX) += os-posix.o > # single QEMU executable should support all CPUs and machines. > > ifeq ($(CONFIG_SOFTMMU),y) > -common-obj-y = block/
Left-over from 58/143 "meson: convert block"? > -common-obj-y += dump/ > +common-obj-y = dump/ > common-obj-y += monitor/ > common-obj-y += net/ > common-obj-$(CONFIG_LINUX) += fsdev/ >