From patchwork Fri Sep 27 02:30:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?w4Frb3MgS292w6Fjcw==?= X-Patchwork-Id: 278392 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DB6F62C033F for ; Fri, 27 Sep 2013 12:33:03 +1000 (EST) Received: from localhost ([::1]:60790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrZ-00079M-0e for incoming@patchwork.ozlabs.org; Thu, 26 Sep 2013 22:33:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqj-0006wd-CW for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNqd-0007BM-BB for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:09 -0400 Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:44934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNqd-0007Ay-4q for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:03 -0400 Received: by mail-ee0-f54.google.com with SMTP id e53so905547eek.41 for ; Thu, 26 Sep 2013 19:32:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=cezWsL5KYJgwX47xys/Aqan+GrzQw5N9xt177W5eSUo=; b=oVC786FGhxXhUISboOdkugXzw3MJPMmpmaUpyupAmJ3SIso+thoxcOSJv7Zu8CemxF 7QArf52vNEyf+HXZwweEvHoREpEBFlJL56SKsSdK2B5wcOT94UhhCZ02NHtmYYc1PihA mGHMr7FStf3l2bB3Og05FVXQoVp0dmTyYlgUME5hV3vwWNc3iKfmPy6MNkoeUOgu6cKW 0m+TF3IbcrzmnUp5IeSBG732zhcDh8KOS66ui2ervcCYbY8kie/ErGyTt35Va3Z15Pxk dVGOyQaVxicDQUjhhUz4zaG7XiYcepmvlnshwEd1QGbRtXZ1ocDZJyFvpWlOIir14aKj XstA== X-Received: by 10.14.218.197 with SMTP id k45mr6507339eep.32.1380249122311; Thu, 26 Sep 2013 19:32:02 -0700 (PDT) Received: from zion.teteny.elte.hu (zion.teteny.elte.hu. [157.181.96.43]) by mx.google.com with ESMTPSA id f49sm10573304eec.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Sep 2013 19:32:01 -0700 (PDT) From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= To: qemu-devel@nongnu.org Date: Fri, 27 Sep 2013 04:30:34 +0200 Message-Id: <1380249092-4775-14-git-send-email-akoskovacs@gmx.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::236 Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Subject: [Qemu-devel] [v2 13/71] hw/sparc/Makefile.objs: CONFIG_* for sun4m and leon3 created X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org CONFIG_LEON3 added to default-configs/sparc-softmmu.mak. Signed-off-by: Ákos Kovács --- default-configs/sparc-softmmu.mak | 2 ++ hw/sparc/Makefile.objs | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 8fc93dd..8680d75 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -15,4 +15,6 @@ CONFIG_CS4231=y CONFIG_GRLIB=y CONFIG_STP2000=y CONFIG_ECCMEMCTL=y + CONFIG_SUN4M=y +CONFIG_LEON3=y diff --git a/hw/sparc/Makefile.objs b/hw/sparc/Makefile.objs index c987b5b..540cedc 100644 --- a/hw/sparc/Makefile.objs +++ b/hw/sparc/Makefile.objs @@ -1 +1,2 @@ -obj-y += sun4m.o leon3.o +obj-$(CONFIG_SUN4M) += sun4m.o +obj-$(CONFIG_LEON3) += leon3.o