source: mainline/uspace/drv/bus/usb/ehci/meson.build@ 58ef532

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 58ef532 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: 223 bytes
RevLine 
[5fd05862]1deps = [ 'usbhost', 'usbvirt', 'usb', 'usbdev' ]
2src = files(
3 'ehci_batch.c',
4 'ehci_bus.c',
5 'ehci_rh.c',
6 'endpoint_list.c',
7 'hc.c',
8 'hw_struct/queue_head.c',
9 'hw_struct/transfer_descriptor.c',
10 'main.c',
11 'res.c',
12)
Note: See TracBrowser for help on using the repository browser.