Changeset 89a0485a in mainline for uspace/drv/uhci/Makefile


Ignore:
Timestamp:
2011-01-25T20:44:28Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b00163f
Parents:
7977fa1
Message:

Move function implementations to .c files

Unify error reporting in uhci_in()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/Makefile

    r7977fa1 r89a0485a  
    3333
    3434SOURCES = \
     35        callback.c \
    3536        iface.c \
    3637        main.c \
     
    3839        root_hub/port_status.c \
    3940        root_hub/root_hub.c \
     41        transfer_list.c \
    4042        uhci.c
    4143
Note: See TracChangeset for help on using the changeset viewer.