Changes in uspace/Makefile [ec3e2ed:caa8a94] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rec3e2ed rcaa8a94  
    3535DIRS = \
    3636        app/bdsh \
    37         app/dload \
    38         app/dltest2 \
    3937        app/edit \
    4038        app/getterm \
     
    9492        drv/test2
    9593
    96 ## Shared libraries
    97 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y)
    98         DIRS += \
    99                 app/dltest
    100 endif
    101 
    10294## Networking
    10395#
     
    154146        lib/softint \
    155147        lib/softfloat \
    156         lib/test \
    157148        lib/drv \
    158149        lib/packet \
Note: See TracChangeset for help on using the changeset viewer.