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


Ignore:
Timestamp:
2010-11-15T14:52:43Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f0a7971
Parents:
7494fb4
Message:

DDF proposal

Proposal for new API using the device driver framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    r7494fb4 rc7137738  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libusb
     31LIBS = $(LIBDRV_PREFIX)/libdrv.a
     32EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
    3133
    3234SOURCES = \
    3335        hcd.c \
    34         usb.c
     36        hcdhubd.c \
     37        usb.c \
     38        usbdrv.c
    3539
    3640include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.