Changeset 32c2c8f in mainline for uspace/lib/usbvirt/Makefile


Ignore:
Timestamp:
2013-01-05T21:52:56Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1da979d
Parents:
b997e7b
Message:

libusbvirt: Add basic hub device implementation.

It takes care of descriptors, address, and state tracking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/Makefile

    rb997e7b r32c2c8f  
    3434        -I$(LIBUSB_PREFIX)/include \
    3535        -I$(LIBUSBDEV_PREFIX)/include \
    36         -Iinclude
     36        -Iinclude \
     37        -Iinclude/usbvirt
    3738
    3839SOURCES = \
     
    4243        src/ipc_hc.c \
    4344        src/stdreq.c \
    44         src/transfer.c
     45        src/transfer.c \
     46        src/virthub_base.c \
     47        src/virthub_descriptors.c
    4548
    4649include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.