Changeset f98b8269 in mainline for uspace/drv/ohci/Makefile


Ignore:
Timestamp:
2011-04-08T15:15:34Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b6e3ed3
Parents:
6bec59b
Message:

Port transfer_list from UHCI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/Makefile

    r6bec59b rf98b8269  
    3333
    3434SOURCES = \
     35        batch.c \
     36        hc.c \
    3537        iface.c \
    36         batch.c \
    3738        main.c \
    38         hc.c \
    3939        ohci.c \
     40        pci.c \
    4041        root_hub.c \
    41         pci.c
     42        transfer_list.c
     43
    4244
    4345include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.