Changeset 7c4b26c in mainline for uspace/Makefile


Ignore:
Timestamp:
2016-05-02T21:30:14Z (8 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
  • uspace/Makefile

    r32573ff r7c4b26c  
    4141        app/corecfg \
    4242        app/devctl \
    43         app/dltest \
    4443        app/dnscfg \
    4544        app/dnsres \
     
    166165        drv/platform/icp
    167166
     167
    168168## Platform-specific hardware support
    169169#
     
    209209                drv/fb/amdm37x_dispc \
    210210                srv/hw/irc/icp-ic
     211endif
     212
     213## Dynamic linking tests
     214#
     215ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)
     216        DIRS += \
     217                app/dltest \
     218                app/dltests
    211219endif
    212220
Note: See TracChangeset for help on using the changeset viewer.