Commit in reactos/drivers/storage on MAIN | |||
Makefile | +1 | -1 | 1.2 -> 1.3 |
reverted, my mistake
diff -u -r1.2 -r1.3 --- Makefile 12 Apr 2004 13:10:19 -0000 1.2 +++ Makefile 12 Apr 2004 13:13:38 -0000 1.3 @@ -6,7 +6,7 @@
include $(PATH_TO_TOP)/rules.mak
-DRIVERS = atapi cdrom class2 disk diskdump floppy scsiport
+DRIVERS = atapi cdrom class2 disk diskdump scsiport
all: $(DRIVERS)