Changeset b8100da in mainline for uspace/app/virtusbkbd/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/app/virtusbkbd/Makefile

    rb371844 rb8100da  
    3131# (it is really annoying to write long names)
    3232BINARY = vuk
    33 LIBS = $(LIBUSB_PREFIX)/libusb.a
     33
     34LIBS = $(LIBUSB_PREFIX)/libusb.a $(LIBUSBVIRT_PREFIX)/libusbvirt.a
    3435EXTRA_CFLAGS = -I$(LIB_PREFIX)
     36
    3537SOURCES = \
    3638        virtusbkbd.c
Note: See TracChangeset for help on using the changeset viewer.