Changeset 355a17a in mainline


Ignore:
Timestamp:
2012-12-15T21:01:18Z (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:
99758c9
Parents:
20f8111 (diff), d3a92c87 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

libmbr merge

Location:
uspace
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r20f8111 r355a17a  
    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 r355a17a  
    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.