Changes in / [20f8111:355a17a] in mainline


Ignore:
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.