From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXt0U-000727-3U for qemu-devel@nongnu.org; Fri, 25 May 2012 07:48:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXt0S-0004O9-04 for qemu-devel@nongnu.org; Fri, 25 May 2012 07:48:33 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42969 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXt0R-0004Nx-Pm for qemu-devel@nongnu.org; Fri, 25 May 2012 07:48:31 -0400 Message-ID: <4FBF718A.1040505@suse.de> Date: Fri, 25 May 2012 13:48:26 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <307d86106f46f5781854708cc52cc2f83e63f119.1337944756.git.gxt@mprc.pku.edu.cn> In-Reply-To: <307d86106f46f5781854708cc52cc2f83e63f119.1337944756.git.gxt@mprc.pku.edu.cn> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 8/9] unicore32-softmmu: add config and makefile support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Guan Xuetao Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org Am 25.05.2012 13:29, schrieb Guan Xuetao: > This patch adds configure and makefile support for unicore32-softmmu. > All puv3-soc devices are put into hw/pkunity directory, so this dir > will be added when unicore32-softmmu is selected. >=20 > Signed-off-by: Guan Xuetao > --- > Makefile.target | 5 +++++ > arch_init.c | 2 ++ > arch_init.h | 1 + > configure | 4 ++++ > default-configs/unicore32-softmmu.mak | 4 ++++ > 5 files changed, 16 insertions(+), 0 deletions(-) > create mode 100644 default-configs/unicore32-softmmu.mak >=20 > diff --git a/Makefile.target b/Makefile.target > index 1582904..2f850d3 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -387,6 +387,11 @@ obj-xtensa-y +=3D core-dc232b.o > obj-xtensa-y +=3D core-dc233c.o > obj-xtensa-y +=3D core-fsf.o > =20 > +obj-unicore32-y +=3D uc32_softmmu.o > +obj-unicore32-y +=3D pkunity/puv3.o > +obj-unicore32-y +=3D pkunity/puv3_intc.o pkunity/puv3_ost.o pkunity/pu= v3_gpio.o > +obj-unicore32-y +=3D pkunity/puv3_pm.o pkunity/puv3_dma.o [snip] You need to put the Makefile/configure changes into the patches that introduce the files please, otherwise they cannot be checked for compiler warnings/errors. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg