source: mainline/uspace/drv/bus/usb/ohci/meson.build@ 5fd05862

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5fd05862 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 222 bytes
Line 
1deps = [ 'usbhost', 'usbvirt', 'usb', 'usbdev' ]
2src = files(
3 'endpoint_list.c',
4 'hc.c',
5 'main.c',
6 'ohci_batch.c',
7 'ohci_bus.c',
8 'ohci_rh.c',
9 'hw_struct/endpoint_descriptor.c',
10 'hw_struct/transfer_descriptor.c',
11)
Note: See TracBrowser for help on using the repository browser.