Re: [Qemu-devel] [PATCH 1/2] Create shared-obj-y

2010-05-11 Thread Markus Armbruster
Kevin Wolf writes: > Am 11.05.2010 13:13, schrieb Juan Quintela: >> This variable contains the objects shared between tools and qemu binary. >> Add qemu-error.o only in one place, it "could" be built in two places >> depending of make ordering. >> >> Signed-off-by: Juan Quintela > >> --- a/Make

Re: [Qemu-devel] [PATCH 1/2] Create shared-obj-y

2010-05-11 Thread Kevin Wolf
Am 11.05.2010 13:13, schrieb Juan Quintela: > This variable contains the objects shared between tools and qemu binary. > Add qemu-error.o only in one place, it "could" be built in two places > depending of make ordering. > > Signed-off-by: Juan Quintela > --- a/Makefile.objs > +++ b/Makefile.obj

Re: [Qemu-devel] [PATCH 1/2] Create shared-obj-y

2010-05-11 Thread Markus Armbruster
Juan Quintela writes: > This variable contains the objects shared between tools and qemu binary. > Add qemu-error.o only in one place, it "could" be built in two places > depending of make ordering. Yup, that's what I should've done when I added qemu-error.c.

[Qemu-devel] [PATCH 1/2] Create shared-obj-y

2010-05-11 Thread Juan Quintela
This variable contains the objects shared between tools and qemu binary. Add qemu-error.o only in one place, it "could" be built in two places depending of make ordering. Signed-off-by: Juan Quintela --- Makefile |8 +--- Makefile.objs |9 ++--- 2 files changed, 11 insertion