Changeset f58ef61 in mainline for uspace/lib/usbhost/Makefile


Ignore:
Timestamp:
2011-09-15T14:47:42Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b54fe6
Parents:
bbce2c2
Message:

usb: rename batch.h ⇒ usb_transfer_batch.h to match the structure name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/Makefile

    rbbce2c2 rf58ef61  
    3535
    3636SOURCES = \
    37         src/batch.c \
    3837        src/device_keeper.c \
    3938        src/endpoint.c \
    4039        src/iface.c \
    41         src/usb_endpoint_manager.c
     40        src/usb_endpoint_manager.c \
     41        src/usb_transfer_batch.c
    4242
    4343include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.