mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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.
svn path=/trunk/; revision=13520
This commit is contained in:
@@ -6,7 +6,7 @@ PATH_TO_TOP = ../..
|
||||
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user