Changeset f5c8046 in mainline


Ignore:
Timestamp:
2011-04-09T16:34:19Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3baec29
Parents:
423e5e87
Message:

add basics of libcompat

Location:
uspace
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r423e5e87 rf5c8046  
    3535DIRS = \
    3636        app/bdsh \
     37        app/cpp \
    3738        app/edit \
    3839        app/getterm \
     
    144145        lib/block \
    145146        lib/clui \
     147        lib/compat \
    146148        lib/softint \
    147149        lib/softfloat \
  • uspace/Makefile.common

    r423e5e87 rf5c8046  
    8282LIBSOFTINT_PREFIX = $(LIB_PREFIX)/softint
    8383
     84LIBCOMPAT_PREFIX = $(LIB_PREFIX)/compat
     85
    8486LIBBLOCK_PREFIX = $(LIB_PREFIX)/block
    8587LIBFS_PREFIX = $(LIB_PREFIX)/fs
Note: See TracChangeset for help on using the changeset viewer.