Changeset 07f49ae in mainline for uspace/drv/bus/usb/uhci/Makefile


Ignore:
Timestamp:
2011-08-31T11:17:54Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5cfeab4
Parents:
0815000
Message:

Rename: batch ⇒ uhci_batch to differ from library version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/Makefile

    r0815000 r07f49ae  
    4242
    4343SOURCES = \
     44        hc.c \
    4445        main.c \
     46        pci.c \
     47        root_hub.c \
    4548        transfer_list.c \
    4649        uhci.c \
    47         hc.c \
    48         root_hub.c \
    49         hw_struct/transfer_descriptor.c \
    50         pci.c \
    51         batch.c
     50        uhci_batch.c \
     51        hw_struct/transfer_descriptor.c
    5252
    5353include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.