Changeset 03362fbd in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2013-02-09T23:14:45Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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:

Merge mainline changes.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rb5d2e57 r03362fbd  
    110110LIBBLOCK_PREFIX = $(LIB_PREFIX)/block
    111111LIBFS_PREFIX = $(LIB_PREFIX)/fs
    112 LIBFB_PREFIX = $(LIB_PREFIX)/fb
    113112LIBCLUI_PREFIX = $(LIB_PREFIX)/clui
    114113LIBFMTUTIL_PREFIX = $(LIB_PREFIX)/fmtutil
    115114
    116 LIBEXT2_PREFIX = $(LIB_PREFIX)/ext2
     115LIBGRAPH_PREFIX = $(LIB_PREFIX)/graph
     116LIBSOFTREND_PREFIX = $(LIB_PREFIX)/softrend
     117LIBDRAW_PREFIX = $(LIB_PREFIX)/draw
     118LIBGUI_PREFIX = $(LIB_PREFIX)/gui
     119
     120LIBEXT4_PREFIX = $(LIB_PREFIX)/ext4
    117121
    118122LIBUSB_PREFIX = $(LIB_PREFIX)/usb
     
    130134
    131135LIBSCSI_PREFIX = $(LIB_PREFIX)/scsi
     136
     137LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
    132138
    133139ifeq ($(STATIC_NEEDED),y)
     
    222228
    223229ifeq ($(POSIX_COMPAT),y)
    224         CFLAGS = -I$(LIBPOSIX_PREFIX)
     230        CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix  -I$(LIBPOSIX_PREFIX)/include/
    225231        LIBS += $(LIBPOSIX_PREFIX)/libposix.a
    226232endif
Note: See TracChangeset for help on using the changeset viewer.