Changeset 7c4b26c in mainline for boot/Makefile.common


Ignore:
Timestamp:
2016-05-02T21:30:14Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91e4567
Parents:
32573ff
Message:

Dltest needs to test direct linking. Dltests to only test dlfcn. Need to dynamically link dltest even if using static base libs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r32573ff r7c4b26c  
    226226ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    227227        RD_APPS_NON_ESSENTIAL += \
    228                 $(USPACE_PATH)/app/dltest/dltest
     228                $(USPACE_PATH)/app/dltest/dltest \
     229                $(USPACE_PATH)/app/dltests/dltests
    229230endif
    230231
Note: See TracChangeset for help on using the changeset viewer.