mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +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:
parent
aacb7a22f6
commit
4ba5ab7473
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue