Il 21/04/2013 21:12, Lluís Vilanova ha scritto: > diff --git a/Makefile.objs b/Makefile.objs > index 5f8ea2d..4fb565b 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -94,6 +94,7 @@ common-obj-y += disas/ > # instrumentation > > tools-obj-y += instrument/ > +target-obj-y += instrument/ >
Why does instrument/ have to be compiled once per target? If you can compile it just once, then libqemuutil.a and util-obj-y will do. Paolo