Changes in uspace/Makefile [3e896e1:1d24ad3] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3e896e1 r1d24ad3  
    3838        app/blkdump \
    3939        app/bnchmark \
    40         app/corecfg \
    4140        app/devctl \
    4241        app/dnscfg \
    4342        app/dnsres \
    44         app/download \
    4543        app/edit \
    4644        app/getterm \
     
    5250        app/loc \
    5351        app/logset \
    54         app/mixerctl \
    5552        app/mkfat \
    5653        app/mkexfat \
     
    7168        app/vuhid \
    7269        app/netecho \
    73         app/netspeed \
    7470        app/nettest1 \
    7571        app/nettest2 \
    7672        app/nettest3 \
    7773        app/ping \
     74        app/ping6 \
    7875        app/sysinfo \
    7976        app/mkbd \
    8077        app/date \
     78        app/websrv \
    8179        app/vdemo \
    82         app/viewer \
    8380        app/vlaunch \
    8481        app/vterm \
    85         app/df \
    86         app/wavplay \
    87         app/websrv \
    88         srv/audio/hound \
    8982        srv/clipboard \
    9083        srv/locsrv \
     
    9285        srv/devman \
    9386        srv/loader \
    94         srv/net/dhcp \
    9587        srv/net/dnsrsrv \
    9688        srv/net/ethip \
    9789        srv/net/inetsrv \
    9890        srv/net/loopip \
    99         srv/net/nconfsrv \
    10091        srv/net/slip \
    10192        srv/net/tcp \
     
    125116        srv/hid/remcons \
    126117        srv/hw/char/s3c24xx_uart \
    127         srv/hid/rfb \
    128         drv/audio/sb16 \
    129118        drv/infrastructure/root \
    130119        drv/infrastructure/rootvirt \
     
    195184endif
    196185
    197 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    198         DIRS += \
    199                 drv/infrastructure/rootmalta \
    200                 drv/bus/pci/pciintel \
    201                 drv/bus/isa
    202 endif
    203 
    204186ifeq ($(UARCH),ppc32)
    205187        DIRS += \
     
    235217        lib/graph \
    236218        lib/gui \
    237         lib/hound \
    238         lib/http \
    239219        lib/softrend \
    240220        lib/draw \
     
    242222        lib/nic \
    243223        lib/ext4 \
    244         lib/uri \
    245224        lib/usb \
    246225        lib/usbhost \
     
    248227        lib/usbhid \
    249228        lib/usbvirt \
    250         lib/pcm \
    251229        lib/bithenge \
    252230        lib/posix
Note: See TracChangeset for help on using the changeset viewer.