Changeset afa7c17 in mainline


Ignore:
Timestamp:
2012-07-15T00:42:13Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
44d1311
Parents:
d30292e
Message:

Add libhound. This library implements hound protocol and helpers.

Location:
uspace
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd30292e rafa7c17  
    197197        lib/drv \
    198198        lib/fb \
     199        lib/hound \
    199200        lib/net \
    200201        lib/nic \
  • uspace/Makefile.common

    rd30292e rafa7c17  
    123123
    124124LIBDRV_PREFIX = $(LIB_PREFIX)/drv
     125LIBHOUND_PREFIX = $(LIB_PREFIX)/hound
    125126LIBNET_PREFIX = $(LIB_PREFIX)/net
    126127LIBNIC_PREFIX = $(LIB_PREFIX)/nic
Note: See TracChangeset for help on using the changeset viewer.