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

2015-05-17 Thread Andreas Färber
Am 17.05.2015 um 07:16 schrieb 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. > > Signed-off-by: Peter Crosthwaite > --- > Makefile.objs | 2 ++ > Makefile.target | 1

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

2015-05-16 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. Signed-off-by: Peter Crosthwaite --- Makefile.objs | 2 ++ Makefile.target | 1 - device_tree.c | 1 - 3 files changed, 2 insertions(+), 2 dele