Changeset 26e7d6d in mainline for uspace/drv/bus/usb/uhci/Makefile


Ignore:
Timestamp:
2011-09-19T16:31:00Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
a347a11
Parents:
3842a955 (diff), 086290d (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:

Merge mainline changes

File:
1 moved

Legend:

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

    r3842a955 r26e7d6d  
    2727#
    2828
    29 USPACE_PREFIX = ../..
     29USPACE_PREFIX = ../../../..
    3030
    3131LIBS = \
     
    3333        $(LIBUSB_PREFIX)/libusb.a \
    3434        $(LIBDRV_PREFIX)/libdrv.a
     35
    3536EXTRA_CFLAGS += \
    3637        -I$(LIBUSB_PREFIX)/include \
     
    4142
    4243SOURCES = \
    43         iface.c \
     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.