Added cromwell's drivers into build/install process. Now we have two alternatives: usbport/usbXhci or usbcore/ohci.sys. With time they will be merged into one, or cromwell will be wasted and usbport/usbXhci will be written from scratch.
Modified: trunk/reactos/drivers/usb/Makefile

Modified: trunk/reactos/drivers/usb/Makefile
--- trunk/reactos/drivers/usb/Makefile	2005-02-12 23:11:10 UTC (rev 13519)
+++ trunk/reactos/drivers/usb/Makefile	2005-02-12 23:27:27 UTC (rev 13520)
@@ -6,7 +6,7 @@
 
 include $(PATH_TO_TOP)/rules.mak
 
-DRIVERS = usbport miniport/usbuhci miniport/usbehci miniport/usbohci usbhub usbd
+DRIVERS = usbport miniport/usbuhci miniport/usbehci miniport/usbohci usbhub usbd cromwell
 
 all: $(DRIVERS)