Changeset 53332b5b in mainline for uspace/lib/usbhost/Makefile


Ignore:
Timestamp:
2012-12-21T11:01:09Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ef03d7
Parents:
a720ff6
Message:

libusbhost: Move ddf specific functions to separate header.

Switch ehci to using libusbhost proided routines.
Make hcd_iface private.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/Makefile

    ra720ff6 r53332b5b  
    3232        -I$(LIBUSB_PREFIX)/include \
    3333        -I$(LIBDRV_PREFIX)/include \
     34        -Iinclude/usb/host \
    3435        -Iinclude
    3536
    3637SOURCES = \
     38        src/ddf_helpers.c \
    3739        src/endpoint.c \
    3840        src/hcd.c \
Note: See TracChangeset for help on using the changeset viewer.