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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7c4b26c raf2254ec  
    4141        app/corecfg \
    4242        app/devctl \
     43        app/dltest \
    4344        app/dnscfg \
    4445        app/dnsres \
     
    143144        drv/char/pl050 \
    144145        drv/char/ps2mouse \
     146        drv/char/atkbd \
    145147        drv/char/xtkbd \
    146148        drv/test/test1 \
     
    165167        drv/platform/icp
    166168
    167 
    168169## Platform-specific hardware support
    169170#
     
    209210                drv/fb/amdm37x_dispc \
    210211                srv/hw/irc/icp-ic
    211 endif
    212 
    213 ## Dynamic linking tests
    214 #
    215 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y)
    216         DIRS += \
    217                 app/dltest \
    218                 app/dltests
    219212endif
    220213
     
    249242        lib/trackmod \
    250243        lib/uri \
    251         lib/urcu \
    252244        lib/usb \
    253245        lib/usbhost \
     
    273265all: $(BUILDS) $(BUILDS_TESTS)
    274266
    275 $(BUILDS_TESTS): $(BUILDS)
     267$(BUILDS_TESTS): $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)
    276268        $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK)
    277269
Note: See TracChangeset for help on using the changeset viewer.