Changeset d3a92c87 in mainline


Ignore:
Timestamp:
2012-12-15T02:03:41Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
355a17a
Parents:
20f8111
Message:

libmbr rewritten, alpha state

Location:
uspace
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r20f8111 rd3a92c87  
    218218        lib/usbvirt \
    219219        lib/bithenge \
    220         lib/posix
     220        lib/posix \
     221        lib/mbr
    221222
    222223LIBC_BUILD = $(addsuffix .build,$(LIBC))
  • uspace/Makefile.common

    r20f8111 rd3a92c87  
    135135LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
    136136
     137LIBMBR_PREFIX = $(LIB_PREFIX)/mbr
     138
    137139ifeq ($(STATIC_NEEDED),y)
    138140        STATIC_BUILD = y
Note: See TracChangeset for help on using the changeset viewer.