[USBPORT] Start implementation USB2_DeallocateEndpointBudget().
[reactos.git] / drivers / usb / usbohci_new / CMakeLists.txt
1
2 list(APPEND SOURCE
3 roothub.c
4 usbohci.c
5 usbohci.h)
6
7 add_library(usbohci SHARED
8 ${SOURCE}
9 guid.c
10 usbohci.rc)
11
12 set_module_type(usbohci kernelmodedriver)
13 add_importlibs(usbohci usbport usbd hal ntoskrnl)
14 add_pch(usbohci usbohci.h SOURCE)
15 add_cd_file(TARGET usbohci DESTINATION reactos/system32/drivers NO_CAB FOR all)