Changeset a82d33d in mainline


Ignore:
Timestamp:
2012-11-22T21:26:08Z (11 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94b39ba
Parents:
43b8c65
Message:

urcu: Initial implementation.

Location:
uspace
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r43b8c65 ra82d33d  
    215215        lib/ext2 \
    216216        lib/ext4 \
     217        lib/urcu \
    217218        lib/usb \
    218219        lib/usbhost \
  • uspace/Makefile.common

    r43b8c65 ra82d33d  
    136136LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
    137137
     138LIBURCU_PREFIX = $(LIB_PREFIX)/urcu
     139
    138140ifeq ($(STATIC_NEEDED),y)
    139141        STATIC_BUILD = y
Note: See TracChangeset for help on using the changeset viewer.