From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVkJh-0003ul-EO for qemu-devel@nongnu.org; Fri, 26 Apr 2013 11:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVkJb-0007Uv-3c for qemu-devel@nongnu.org; Fri, 26 Apr 2013 11:12:05 -0400 Received: from mail-qc0-x232.google.com ([2607:f8b0:400d:c01::232]:61833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVkJa-0007Uq-Va for qemu-devel@nongnu.org; Fri, 26 Apr 2013 11:11:59 -0400 Received: by mail-qc0-f178.google.com with SMTP id d10so2116264qca.23 for ; Fri, 26 Apr 2013 08:11:58 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <517A9931.8010900@redhat.com> Date: Fri, 26 Apr 2013 17:11:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130421191129.8947.77964.stgit@fimbulvetr.bsc.es> <20130421191248.8947.60085.stgit@fimbulvetr.bsc.es> In-Reply-To: <20130421191248.8947.60085.stgit@fimbulvetr.bsc.es> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= Cc: qemu-devel@nongnu.org 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