From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AM1MG-0006zp-Hn for qemu-devel@nongnu.org; Tue, 18 Nov 2003 03:37:12 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AM1Le-0006bX-UM for qemu-devel@nongnu.org; Tue, 18 Nov 2003 03:37:06 -0500 Received: from [62.210.158.41] (helo=moscou.magic.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AM1LV-0006JK-Uj for qemu-devel@nongnu.org; Tue, 18 Nov 2003 03:36:26 -0500 Received: from 10.0.0.2 (ppp-181.net-555.magic.fr [62.210.255.181]) by moscou.magic.fr (8.11.6/8.10.1) with ESMTP id hAI7YxO02820 for ; Tue, 18 Nov 2003 08:34:59 +0100 (CET) Subject: Re: [Qemu-devel] [ADD] floppy disk emulation From: "J. Mayer" In-Reply-To: <1069140120.13658.2160.camel@rapid> References: <20031117105133.7e856e56.Jens.Arm@gmx.de> <1069140120.13658.2160.camel@rapid> Content-Type: text/plain Message-Id: <1069141182.14646.2201.camel@rapid> Mime-Version: 1.0 Date: 18 Nov 2003 08:39:43 +0100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Makefile.target.diff Compile floppy disk emulation. diff -urNbB -x CVS qemu-current/Makefile.target qemu/Makefile.target --- qemu-current/Makefile.target Tue Nov 18 06:51:06 2003 +++ qemu/Makefile.target Tue Nov 18 06:03:59 2003 @@ -179,7 +198,7 @@ endif # must use static linking to avoid leaving stuff in virtual address space -VL_OBJS=vl.o block.o ide.o vga.o sb16.o dma.o oss.o +VL_OBJS=vl.o block.o ide.o vga.o sb16.o fdc.o dma.o oss.o ifdef CONFIG_SDL VL_OBJS+=sdl.o ifdef CONFIG_STATIC