Commit in reactos/drivers/storage on MAIN | |||
Makefile | +1 | -1 | 1.1 -> 1.2 |
forgot adding the floppy driver
diff -u -r1.1 -r1.2 --- Makefile 12 Apr 2004 12:08:53 -0000 1.1 +++ Makefile 12 Apr 2004 13:10:19 -0000 1.2 @@ -6,7 +6,7 @@
include $(PATH_TO_TOP)/rules.mak
-DRIVERS = atapi cdrom class2 disk diskdump scsiport
+DRIVERS = atapi cdrom class2 disk diskdump floppy scsiport
all: $(DRIVERS)