Re: [Qemu-devel] [PATCH] build: get rid of target-obj-y

2019-02-18 Thread Markus Armbruster
Paolo Bonzini writes: > It is possible to specify the trace/ directory already in objs-y; > there is no need to have a separate unnest-vars invocation. > > Signed-off-by: Paolo Bonzini Nice cleanup. Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH] build: get rid of target-obj-y

2019-02-15 Thread Stefan Hajnoczi
On Fri, Feb 15, 2019 at 11:49:15AM +0100, Paolo Bonzini wrote: > It is possible to specify the trace/ directory already in objs-y; > there is no need to have a separate unnest-vars invocation. > > Signed-off-by: Paolo Bonzini > --- > Makefile.objs | 1 - > Makefile.target | 7 ++- >

[Qemu-devel] [PATCH] build: get rid of target-obj-y

2019-02-15 Thread Paolo Bonzini
It is possible to specify the trace/ directory already in objs-y; there is no need to have a separate unnest-vars invocation. Signed-off-by: Paolo Bonzini --- Makefile.objs | 1 - Makefile.target | 7 ++- trace/Makefile.objs | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-