Changeset 9e195e2c in mainline for uspace/lib/usb/Makefile


Ignore:
Timestamp:
2011-05-12T09:03:00Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d59d0bb
Parents:
456aea3 (diff), c372e03 (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 from development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    r456aea3 r9e195e2c  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libusb
    31 LIBS = $(LIBDRV_PREFIX)/libdrv.a
    32 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -Iinclude
     31EXTRA_CFLAGS += \
     32        -I$(LIBDRV_PREFIX)/include \
     33        -Iinclude
    3334
    3435SOURCES = \
    35         src/addrkeep.c \
    36         src/altiface.c \
    3736        src/class.c \
    3837        src/ddfiface.c \
    3938        src/debug.c \
    40         src/devdrv.c \
    41         src/devpoll.c \
    42         src/dp.c \
     39        src/driver.c \
    4340        src/dump.c \
    44         src/hidiface.c \
    45         src/hidpath.c \
    46         src/hidparser.c \
    47         src/hiddescriptor.c \
    48         src/hub.c \
    49         src/pipepriv.c \
    50         src/pipes.c \
    51         src/pipesinit.c \
    52         src/pipesio.c \
    53         src/recognise.c \
    54         src/request.c \
    55         src/usb.c \
    56         src/usbdevice.c \
    57         src/hidreq.c \
    58         src/hidreport.c \
    59         src/host/device_keeper.c \
    60         src/host/batch.c \
    61         src/host/endpoint.c \
    62         src/host/usb_endpoint_manager.c
     41        src/host.c \
     42        src/usb.c
    6343
    6444include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.