Changeset b8100da in mainline for uspace/Makefile


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

    rb371844 rb8100da  
    142142        LIBS += lib/pci
    143143        LIBS += lib/usb
     144        LIBS += lib/usbvirt
    144145endif
    145146
     
    147148        LIBS += lib/pci
    148149        LIBS += lib/usb
     150        LIBS += lib/usbvirt
    149151endif
    150152
Note: See TracChangeset for help on using the changeset viewer.