From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53374 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVch-0002jY-4V for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOVcf-0008VB-QJ for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27670) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOVcf-0008Uz-Jj for qemu-devel@nongnu.org; Tue, 15 Jun 2010 08:52:09 -0400 From: Jes.Sorensen@redhat.com Date: Tue, 15 Jun 2010 14:51:15 +0200 Message-Id: <1276606278-24268-5-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1276606278-24268-1-git-send-email-Jes.Sorensen@redhat.com> References: <1276606278-24268-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] [PATCH 4/7] Build certain drivers for MIPS as well. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mtosatti@redhat.com Cc: jan.kiszka@siemens.com, qemu-devel@nongnu.org, Jes Sorensen 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 -- 1.6.6.1