From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSBl0-0007om-6M for qemu-devel@nongnu.org; Mon, 13 Dec 2010 12:00:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSBkq-00083B-Ta for qemu-devel@nongnu.org; Mon, 13 Dec 2010 12:00:13 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:49798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSBkq-000830-NP for qemu-devel@nongnu.org; Mon, 13 Dec 2010 12:00:04 -0500 Message-ID: <4D065116.2020604@adacore.com> Date: Mon, 13 Dec 2010 18:00:06 +0100 From: Fabien Chouteau MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 5/6] [RFC] Emulation of Leon3. References: <5c4895c6f9c6ebd80262c494563726dd59a7ff93.1291397462.git.chouteau@adacore.com> <3ecbaf8fc01bebd2b2f2fb2c709642b2a1db7ff0.1291397462.git.chouteau@adacore.com> <7c24465a442966eba3ae4e2bb03da4463e0f8644.1291397462.git.chouteau@adacore.com> <166DDB0A-6D55-4300-BC7F-EBC77F5CA15A@web.de> In-Reply-To: <166DDB0A-6D55-4300-BC7F-EBC77F5CA15A@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Blue Swirl , qemu-devel@nongnu.org On 12/12/2010 03:41 PM, Andreas F=E4rber wrote: > Am 06.12.2010 um 10:26 schrieb Fabien Chouteau: > >> diff --git a/Makefile.target b/Makefile.target >> index 2800f47..f40e04f 100644 >> --- a/Makefile.target >> +++ b/Makefile.target >> @@ -290,7 +290,10 @@ obj-sparc-y +=3D cirrus_vga.o >> else >> obj-sparc-y =3D sun4m.o lance.o tcx.o sun4m_iommu.o slavio_intctl.o >> obj-sparc-y +=3D slavio_timer.o slavio_misc.o sparc32_dma.o >> -obj-sparc-y +=3D cs4231.o eccmemctl.o sbi.o sun4c_intctl.o >> +obj-sparc-y +=3D cs4231.o eccmemctl.o sbi.o sun4c_intctl.o leon3.o > >> + >> +# GRLIB >> +obj-sparc-y +=3D grlib_gptimer.o grlib_irqmp.o grlib_apbuart.o > > Aren't these three candidates for Makefile.hw if, as I understood it,=20 > they are from some non-sparc-specific component library? They are sparc specific, but non-leon3-specific. --=20 Fabien Chouteau