Changeset 1d465bf in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-04-03T15:34:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a3d4ca
Parents:
ec3e2ed
Message:

Fix passing of PCB pointer from dload. Build dltest (dynamically linked). Some issues with libtest remain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rec3e2ed r1d465bf  
    123123ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    124124        RD_LIBS += $(USPACE_PATH)/lib/c/libc.so.0
     125        RD_LIBS += $(USPACE_PATH)/lib/softint/libsoftint.so.0
    125126        RD_APPS += $(USPACE_PATH)/app/dltest/dltest
    126127endif
     
    132133
    133134RD_APPS_NON_ESSENTIAL = \
     135        $(USPACE_PATH)/app/dltest/dltest \
    134136        $(USPACE_PATH)/app/dltest2/dltest2 \
    135137        $(USPACE_PATH)/app/dload/dload \
Note: See TracChangeset for help on using the changeset viewer.