Changes in uspace/Makefile [d7b7f5e:1d24ad3] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rd7b7f5e 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 \
     
    8076        app/mkbd \
    8177        app/date \
     78        app/websrv \
    8279        app/vdemo \
    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 \
     
    124116        srv/hid/remcons \
    125117        srv/hw/char/s3c24xx_uart \
    126         srv/hid/rfb \
    127         drv/audio/sb16 \
    128118        drv/infrastructure/root \
    129119        drv/infrastructure/rootvirt \
     
    194184endif
    195185
    196 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    197         DIRS += \
    198                 drv/infrastructure/rootmalta \
    199                 drv/bus/pci/pciintel \
    200                 drv/bus/isa
    201 endif
    202 
    203186ifeq ($(UARCH),ppc32)
    204187        DIRS += \
     
    234217        lib/graph \
    235218        lib/gui \
    236         lib/hound \
    237         lib/http \
    238219        lib/softrend \
    239220        lib/draw \
     
    241222        lib/nic \
    242223        lib/ext4 \
    243         lib/uri \
    244224        lib/usb \
    245225        lib/usbhost \
     
    247227        lib/usbhid \
    248228        lib/usbvirt \
    249         lib/pcm \
    250229        lib/bithenge \
    251230        lib/posix
Note: See TracChangeset for help on using the changeset viewer.