Changeset 41924f30 in mainline for uspace/drv/bus/usb/xhci/Makefile


Ignore:
Timestamp:
2017-10-12T14:07:27Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5976973
Parents:
7e74911
Message:

WIP usbhost refactoring

This commit replaces callbacks with more systematic virtual-like inheritance-like solution. Currently breaks build of HelenOS, but both xhci and usbhost are buildable. More refactoring follows…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/Makefile

    r7e74911 r41924f30  
    4545
    4646SOURCES = \
     47        bus.c \
     48        commands.c \
     49        debug.c \
     50        endpoint.c \
    4751        hc.c \
    48         endpoint.c \
    49         debug.c \
    50         trb_ring.c \
     52        main.c \
     53        rh.c \
    5154        scratchpad.c \
    52         commands.c \
    5355        transfers.c \
    54         rh.c \
    55         main.c
     56        trb_ring.c
    5657
    5758TEST_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.