Changes in uspace/Makefile [af2254ec:7c4b26c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    raf2254ec r7c4b26c  
    4141        app/corecfg \
    4242        app/devctl \
    43         app/dltest \
    4443        app/dnscfg \
    4544        app/dnsres \
     
    144143        drv/char/pl050 \
    145144        drv/char/ps2mouse \
    146         drv/char/atkbd \
    147145        drv/char/xtkbd \
    148146        drv/test/test1 \
     
    167165        drv/platform/icp
    168166
     167
    169168## Platform-specific hardware support
    170169#
     
    210209                drv/fb/amdm37x_dispc \
    211210                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
    212219endif
    213220
     
    242249        lib/trackmod \
    243250        lib/uri \
     251        lib/urcu \
    244252        lib/usb \
    245253        lib/usbhost \
     
    265273all: $(BUILDS) $(BUILDS_TESTS)
    266274
    267 $(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
     275$(BUILDS_TESTS): $(BUILDS)
    268276        $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
    269277
Note: See TracChangeset for help on using the changeset viewer.