Re: [Qemu-devel] [PATCH v2] device-tree: Make a common-obj

2015-05-28 Thread Michael Tokarev
24.05.2015 23:20, Peter Crosthwaite wrote: > There is no reason for device tree API to be built per-target. > common-obj it. There is an extraneous inclusion of config.h that > needs to be removed. > > Cc: Alexander Graf > Reviewed-by: Andreas Färber > Signed-off-by: Peter Crosthwaite Applied

Re: [Qemu-devel] [PATCH v2] device-tree: Make a common-obj

2015-05-25 Thread Alexander Graf
On 26.05.15 01:01, Paolo Bonzini wrote: > > > On 25/05/2015 22:46, Alexander Graf wrote: >> >> On 24.05.15 22:20, Peter Crosthwaite wrote: There is no reason for device tree API to be built per-target. common-obj it. There is an extraneous inclusion of config.h that needs to be r

Re: [Qemu-devel] [PATCH v2] device-tree: Make a common-obj

2015-05-25 Thread Paolo Bonzini
On 25/05/2015 22:46, Alexander Graf wrote: > > On 24.05.15 22:20, Peter Crosthwaite wrote: >> > There is no reason for device tree API to be built per-target. >> > common-obj it. There is an extraneous inclusion of config.h that >> > needs to be removed. >> > >> > Cc: Alexander Graf >> > Revie

Re: [Qemu-devel] [PATCH v2] device-tree: Make a common-obj

2015-05-25 Thread Alexander Graf
On 24.05.15 22:20, Peter Crosthwaite wrote: > There is no reason for device tree API to be built per-target. > common-obj it. There is an extraneous inclusion of config.h that > needs to be removed. > > Cc: Alexander Graf > Reviewed-by: Andreas Färber > Signed-off-by: Peter Crosthwaite Doesn

[Qemu-devel] [PATCH v2] device-tree: Make a common-obj

2015-05-24 Thread Peter Crosthwaite
There is no reason for device tree API to be built per-target. common-obj it. There is an extraneous inclusion of config.h that needs to be removed. Cc: Alexander Graf Reviewed-by: Andreas Färber Signed-off-by: Peter Crosthwaite --- Makefile.objs | 2 ++ Makefile.target | 1 - device_tree.c