From patchwork Tue Jun 15 14:32:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jes Sorensen X-Patchwork-Id: 55702 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4F9DCB7D5E for ; Wed, 16 Jun 2010 01:18:32 +1000 (EST) Received: from localhost ([127.0.0.1]:57924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXuG-00060p-N6 for incoming@patchwork.ozlabs.org; Tue, 15 Jun 2010 11:18:28 -0400 Received: from [140.186.70.92] (port=34364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOXCA-0006c4-9U for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOXC8-0002qF-KL for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:32:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17841) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOXC8-0002pt-Cs for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:32:52 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5FEWpnM015868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jun 2010 10:32:51 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5FEWgZ7017217; Tue, 15 Jun 2010 10:32:50 -0400 From: Jes.Sorensen@redhat.com To: mtosatti@redhat.com Date: Tue, 15 Jun 2010 16:32:38 +0200 Message-Id: <1276612361-28604-5-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1276612361-28604-1-git-send-email-Jes.Sorensen@redhat.com> References: <1276612361-28604-1-git-send-email-Jes.Sorensen@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, Jes Sorensen Subject: [Qemu-devel] [PATCH 4/7] Build certain drivers for MIPS as well. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Jes Sorensen pcspk.o i8254.o acpi.o acpi_piix4.o are all required for MIPS as well, add them to Makefile.target accordingly. Signed-off-by: Jes Sorensen --- Makefile.target | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile.target b/Makefile.target index a0e9747..26d1d93 100644 --- a/Makefile.target +++ b/Makefile.target @@ -245,6 +245,8 @@ obj-ppc-$(CONFIG_KVM) += kvm_ppc.o obj-ppc-$(CONFIG_FDT) += device_tree.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o +obj-mips-y += pcspk.o i8254.o +obj-mips-y += acpi.o acpi_piix4.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o obj-mips-y += vga.o i8259.o obj-mips-y += g364fb.o jazz_led.o