Changeset a81a1d09 in mainline for uspace/lib/usb/Makefile


Ignore:
Timestamp:
2011-05-11T16:49:28Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19387b61
Parents:
e1dbcbc (diff), 9212f8a (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 development/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    re1dbcbc ra81a1d09  
    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/hidparser.c \
    46         src/hub.c \
    47         src/pipepriv.c \
    48         src/pipes.c \
    49         src/pipesinit.c \
    50         src/pipesio.c \
    51         src/recognise.c \
    52         src/request.c \
    53         src/usb.c \
    54         src/usbdevice.c \
    55         src/hidreq.c \
    56         src/hidreport.c \
    57         src/host/device_keeper.c \
    58         src/host/batch.c \
    59         src/host/endpoint.c \
    60         src/host/usb_endpoint_manager.c
     41        src/host.c \
     42        src/usb.c
    6143
    6244include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.