Changeset b8100da in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2010-10-10T17:01:40Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c1315b
Parents:
b371844
Message:

Virtual USB device in separate library

The `usbvirt' library is intended to be a framework for creating
virtual USB devices.

So far, only the skeleton is ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rb371844 rb8100da  
    8888LIBPCI_PREFIX = $(LIB_PREFIX)/pci
    8989LIBUSB_PREFIX = $(LIB_PREFIX)/usb
     90LIBUSBVIRT_PREFIX = $(LIB_PREFIX)/usbvirt
    9091
    9192LIBSOCKET_PREFIX = $(LIB_PREFIX)/socket
Note: See TracChangeset for help on using the changeset viewer.