Changeset 8e8b84f in mainline for uspace/drv/ohci/Makefile


Ignore:
Timestamp:
2011-04-09T11:01:44Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5410c04, 7b715892
Parents:
61727bf (diff), 39db23f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

OHCI prototype (does not work)

minor UHCI code-style changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/Makefile

    r61727bf r8e8b84f  
    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        hw_struct/endpoint_descriptor.c \
     44        hw_struct/transfer_descriptor.c
     45
    4246
    4347include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.