Changeset 5a2c42b in mainline for uspace/drv/ohci/Makefile


Ignore:
Timestamp:
2011-04-13T12:37:20Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
592369ae
Parents:
2759c52
Message:

Use endpoint lists instead of transfer lists.

Create and enqueue static endpoint descriptor when endpoint is registered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/Makefile

    r2759c52 r5a2c42b  
    3434SOURCES = \
    3535        batch.c \
     36        endpoint_list.c \
    3637        hc.c \
    3738        hcd_endpoint.c \
     
    4142        pci.c \
    4243        root_hub.c \
    43         transfer_list.c \
    4444        hw_struct/endpoint_descriptor.c \
    4545        hw_struct/transfer_descriptor.c
Note: See TracChangeset for help on using the changeset viewer.