Re: [Qemu-devel] [PATCH 3/4] tools: edid-generate.c is part of the tools

2019-03-26 Thread Laurent Vivier
On 26/03/2019 09:42, Paolo Bonzini wrote: > On 21/03/19 13:46, Laurent Vivier wrote: >> We don't need it for softmmu targets. >> This is needed for next patch that will build >> hw/ directory only for softmmu and not for tools. >> >> Signed-off-by: Laurent Vivier >> --- >> Makefile.objs | 5 +

Re: [Qemu-devel] [PATCH 3/4] tools: edid-generate.c is part of the tools

2019-03-26 Thread Paolo Bonzini
On 21/03/19 13:46, Laurent Vivier wrote: > We don't need it for softmmu targets. > This is needed for next patch that will build > hw/ directory only for softmmu and not for tools. > > Signed-off-by: Laurent Vivier > --- > Makefile.objs | 5 + > 1 file changed, 5 insertions(+) > > diff --gi