Commit in reactos on MAIN
Makefile+4-41.230 -> 1.231
drivers/storage/floppy/GNUmakefile+11.1 -> 1.2
+5-4
2 modified files
Build "new" floppy driver instead of non-functional "old" one

reactos
Makefile 1.230 -> 1.231
diff -u -r1.230 -r1.231
--- Makefile	7 Jun 2004 17:31:50 -0000	1.230
+++ Makefile	15 Jun 2004 22:33:45 -0000	1.231
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.230 2004/06/07 17:31:50 navaraf Exp $
+# $Id: Makefile,v 1.231 2004/06/15 22:33:45 gvg Exp $
 #
 # Global makefile
 #
@@ -64,12 +64,12 @@
 
 # Driver support libraries
 #bzip2 zlib oskittcp
-DRIVERS_LIB = bzip2 oskittcp
+DRIVERS_LIB = bzip2 oskittcp csq
 
 # Kernel mode device drivers
 # Obsolete: ide
 # beep blue floppy null parallel ramdrv serenum serial
-DEVICE_DRIVERS = beep blue debugout floppy null serial bootvid
+DEVICE_DRIVERS = beep blue debugout null serial bootvid
 
 # Kernel mode input drivers
 INPUT_DRIVERS = keyboard mouclass psaux sermouse
@@ -88,7 +88,7 @@
 
 # Kernel mode storage drivers
 # atapi cdrom class2 disk scsiport
-STORAGE_DRIVERS = atapi cdrom class2 disk scsiport diskdump
+STORAGE_DRIVERS = atapi cdrom class2 disk floppy scsiport diskdump
 
 # System applications
 # autochk cmd format services setup usetup welcome winlogon

reactos/drivers/storage/floppy
GNUmakefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GNUmakefile	1 Mar 2004 06:37:26 -0000	1.1
+++ GNUmakefile	15 Jun 2004 22:33:47 -0000	1.2
@@ -23,6 +23,7 @@
 #                  15-Feb-2004 vizzini - Created/
 
 PATH_TO_TOP = ../../..
+TARGET_BOOTSTRAP = yes
 TARGET_TYPE = driver
 TARGET_NAME = floppy
 TARGET_CFLAGS = -Wall -Werror 
CVSspam 0.2.8