From patchwork Thu Oct 1 11:55:09 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?5q2m55SwID0/SVNPLTIwMjItSlA/Qj9JQnNrUWoxVFRHa2JLRUk9Pz0=?= X-Patchwork-Id: 34678 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 1AE26B7BA6 for ; Thu, 1 Oct 2009 22:10:45 +1000 (EST) Received: from localhost ([127.0.0.1]:41801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtKUc-0005wv-Bt for incoming@patchwork.ozlabs.org; Thu, 01 Oct 2009 08:10:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtKJY-0001ry-6c for qemu-devel@nongnu.org; Thu, 01 Oct 2009 07:59:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtKJS-0001kl-G6 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 07:59:14 -0400 Received: from [199.232.76.173] (port=36508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtKJR-0001js-OJ for qemu-devel@nongnu.org; Thu, 01 Oct 2009 07:59:09 -0400 Received: from smtp-vip.mem.interq.net ([210.157.1.50]:56793 helo=smtp01.mem.internal-gmo) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtKJQ-0004Dh-83 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 07:59:08 -0400 Received: (from root@localhost) by smtp01.mem.internal-gmo (8.13.8/8.12.6) id n91BwphH003600 for qemu-devel@nongnu.org; Thu, 1 Oct 2009 20:58:51 +0900 (JST) Received: from YOUR-BD18D6DD63.m1.interq.or.jp (ntymns034018.ymns.nt.ftth.ppp.infoweb.ne.jp [211.2.27.18]) by smtp01.mem.internal-gmo with ESMTP id n91BwoKv003592 for ; (me101664 for with PLAIN) Thu, 1 Oct 2009 20:58:50 +0900 (JST) Message-Id: <200910011155.AA00115@YOUR-BD18D6DD63.m1.interq.or.jp> From: "TAKEDA, toshiya" Date: Thu, 01 Oct 2009 20:55:09 +0900 To: qemu-devel MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) Subject: [Qemu-devel] [PATCH v2 01/15] Makefile: add pc98 objects 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 diff --git a/qemu/Makefile.target b/qemu/Makefile.target index 1f4518c..408006d 100644 --- a/qemu/Makefile.target +++ b/qemu/Makefile.target @@ -187,6 +187,7 @@ obj-i386-y += cirrus_vga.o apic.o ioapic.o parallel.o acpi.o piix_pci.o obj-i386-y += usb-uhci.o vmmouse.o vmport.o vmware_vga.o hpet.o obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o obj-i386-y += ne2000-isa.o +obj-i386-y += ide/pc98.o pc98kbd.o pc98mouse.o pc98sys.o pc98vga.o pc98.o # shared objects obj-ppc-y = ppc.o ide/core.o ide/qdev.o ide/isa.o ide/pci.o ide/macio.o