Re: [Qemu-devel] [PATCH 34/54] char: create chardev-obj-y

2016-12-13 Thread Paolo Bonzini
On 13/12/2016 13:40, Marc-André Lureau wrote: > > On 12/12/2016 23:43, Marc-André Lureau wrote: > > This will help to split char.c in several units without having to > > reference them all everywhere. > > > > Signed-off-by: Marc-André Lureau

Re: [Qemu-devel] [PATCH 34/54] char: create chardev-obj-y

2016-12-13 Thread Marc-André Lureau
Hi On Tue, Dec 13, 2016 at 2:18 PM Paolo Bonzini wrote: > > > On 12/12/2016 23:43, Marc-André Lureau wrote: > > This will help to split char.c in several units without having to > > reference them all everywhere. > > > > Signed-off-by: Marc-André Lureau > > --- > > Makefile | 3 +

Re: [Qemu-devel] [PATCH 34/54] char: create chardev-obj-y

2016-12-13 Thread Paolo Bonzini
On 12/12/2016 23:43, Marc-André Lureau wrote: > This will help to split char.c in several units without having to > reference them all everywhere. > > Signed-off-by: Marc-André Lureau > --- > Makefile | 3 ++- > Makefile.objs | 4 +++- > Makefile.target| 3 +++ >

[Qemu-devel] [PATCH 34/54] char: create chardev-obj-y

2016-12-12 Thread Marc-André Lureau
This will help to split char.c in several units without having to reference them all everywhere. Signed-off-by: Marc-André Lureau --- Makefile | 3 ++- Makefile.objs | 4 +++- Makefile.target| 3 +++ chardev/Makefile.objs | 2 +- tests/Makefile.include | 4 ++-- 5