Changeset 3515533 in mainline for uspace/drv/uhci/Makefile


Ignore:
Timestamp:
2010-12-17T22:07:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18e35a7
Parents:
6b5f3b0
Message:

start of coding

root hub driver checks for devices
all addresses are hardcoded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/Makefile

    r6b5f3b0 r3515533  
    3333
    3434SOURCES = \
     35        iface.c \
    3536        main.c \
    36         transfers.c
     37        root_hub/port_status.c \
     38        root_hub/root_hub.c \
     39        uhci.c
    3740
    3841include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.