Changeset 4b4c797 in mainline for uspace/lib/usb/Makefile


Ignore:
Timestamp:
2010-11-20T14:07:05Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b22bd4
Parents:
0e126be7
Message:

Directory structure reorganization

USB class-specific headers are in separate directory.

Removed unused/unreachable code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/Makefile

    r0e126be7 r4b4c797  
    3030LIBRARY = libusb
    3131LIBS = $(LIBDRV_PREFIX)/libdrv.a
    32 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIB_PREFIX)
     32EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -Iinclude
    3333
    3434SOURCES = \
    35         hcd.c \
    36         hcdhubd.c \
    37         usb.c \
    38         usbdrv.c
     35        src/hcdhubd.c \
     36        src/usb.c \
     37        src/usbdrv.c
    3938
    4039include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.