mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USBUHCI]
- Add rbuild file and enable build svn path=/trunk/; revision=55821
This commit is contained in:
parent
4b02150831
commit
e8ad1a668c
2 changed files with 26 additions and 0 deletions
|
@ -19,4 +19,7 @@
|
||||||
<directory name="usbstor">
|
<directory name="usbstor">
|
||||||
<xi:include href="usbstor/usbstor.rbuild" />
|
<xi:include href="usbstor/usbstor.rbuild" />
|
||||||
</directory>
|
</directory>
|
||||||
|
<directory name="usbuhci">
|
||||||
|
<xi:include href="usbuhci/usbuhci.rbuild" />
|
||||||
|
</directory>
|
||||||
</group>
|
</group>
|
||||||
|
|
23
reactos/drivers/usb/usbuhci/usbuhci.rbuild
Normal file
23
reactos/drivers/usb/usbuhci/usbuhci.rbuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
|
<module name="usbuhci" type="kernelmodedriver" installbase="system32/drivers" installname="usbuhci.sys">
|
||||||
|
<bootstrap installbase="$(CDOUTPUT)/system32/drivers" />
|
||||||
|
<redefine name="_WIN32_WINNT">0x600</redefine>
|
||||||
|
<library>ntoskrnl</library>
|
||||||
|
<library>hal</library>
|
||||||
|
<library>usbd</library>
|
||||||
|
<library>pseh</library>
|
||||||
|
<file>usbuhci.cpp</file>
|
||||||
|
<file>usb_device.cpp</file>
|
||||||
|
<file>usb_request.cpp</file>
|
||||||
|
<file>usb_queue.cpp</file>
|
||||||
|
<file>hcd_controller.cpp</file>
|
||||||
|
<file>hardware.cpp</file>
|
||||||
|
<file>misc.cpp</file>
|
||||||
|
<file>purecall.cpp</file>
|
||||||
|
<file>hub_controller.cpp</file>
|
||||||
|
<file>memory_manager.cpp</file>
|
||||||
|
<file>usbuhci.rc</file>
|
||||||
|
<compilerflag>-fno-rtti</compilerflag>
|
||||||
|
<compilerflag>-fno-exceptions</compilerflag>
|
||||||
|
</module>
|
Loading…
Reference in a new issue