From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SldzW-0007lG-6J for qemu-devel@nongnu.org; Mon, 02 Jul 2012 06:36:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SldzO-0003SD-Of for qemu-devel@nongnu.org; Mon, 02 Jul 2012 06:36:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SldzO-0003S9-FR for qemu-devel@nongnu.org; Mon, 02 Jul 2012 06:36:18 -0400 Message-ID: <4FF1799C.6000806@redhat.com> Date: Mon, 02 Jul 2012 12:36:12 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4FE29366.6050101@ozlabs.ru> <4FE2F912.1080904@suse.de> <4FE303A9.9010308@ozlabs.ru> <4FE31145.7040906@suse.de> <4FE31D53.5060700@ozlabs.ru> <4FE329EE.4020701@suse.de> In-Reply-To: <4FE329EE.4020701@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] hw/Makefile.objs question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Alexey Kardashevskiy , Alex Williamson , qemu-devel@nongnu.org, Anthony Liguori , Alexander Graf Il 21/06/2012 16:04, Andreas F=C3=A4rber ha scritto: >=20 > *If* the file is built per target (hw/ppc64/Makefile.objs), then you ca= n > use *-softmmu/config-target.mak and just need to use a different > Makefile than before. >=20 > *If* the file is built per libhw (hw/Makefile.objs), then you need one > option whether to compile it and another for whether to link it into a > particular target. You only need the latter. Whether to compile it is decided by config-all-devices.mak, but that file is automatically generated by looking at all targets. Paolo