Changeset 32573ff in mainline for boot/Makefile.common


Ignore:
Timestamp:
2016-05-02T20:58:16Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c4b26c
Parents:
6adb775f (diff), 5035ba05 (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, which has dltest and fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r6adb775f r32573ff  
    160160                $(USPACE_PATH)/lib/c/libc.so.0 \
    161161                $(USPACE_PATH)/lib/softint/libsoftint.so.0 \
    162                 $(USPACE_PATH)/lib/math/libmath.so.0
    163         RD_APPS += \
    164                 $(USPACE_PATH)/app/dltest/dltest
     162                $(USPACE_PATH)/lib/math/libmath.so.0 \
     163                $(USPACE_PATH)/lib/dltest/libdltest.so.0
    165164endif
    166165
     
    225224        $(USPACE_PATH)/app/wifi_supplicant/wifi_supplicant
    226225
     226ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
     227        RD_APPS_NON_ESSENTIAL += \
     228                $(USPACE_PATH)/app/dltest/dltest
     229endif
     230
    227231RD_TESTS = \
    228232        $(USPACE_PATH)/lib/c/test-libc \
Note: See TracChangeset for help on using the changeset viewer.