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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1d24ad3 rd7b7f5e  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
    4142        app/dnscfg \
    4243        app/dnsres \
     44        app/download \
    4345        app/edit \
    4446        app/getterm \
     
    5052        app/loc \
    5153        app/logset \
     54        app/mixerctl \
    5255        app/mkfat \
    5356        app/mkexfat \
     
    6871        app/vuhid \
    6972        app/netecho \
     73        app/netspeed \
    7074        app/nettest1 \
    7175        app/nettest2 \
     
    7680        app/mkbd \
    7781        app/date \
    78         app/websrv \
    7982        app/vdemo \
    8083        app/vlaunch \
    8184        app/vterm \
     85        app/df \
     86        app/wavplay \
     87        app/websrv \
     88        srv/audio/hound \
    8289        srv/clipboard \
    8390        srv/locsrv \
     
    8592        srv/devman \
    8693        srv/loader \
     94        srv/net/dhcp \
    8795        srv/net/dnsrsrv \
    8896        srv/net/ethip \
     
    116124        srv/hid/remcons \
    117125        srv/hw/char/s3c24xx_uart \
     126        srv/hid/rfb \
     127        drv/audio/sb16 \
    118128        drv/infrastructure/root \
    119129        drv/infrastructure/rootvirt \
     
    184194endif
    185195
     196ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     197        DIRS += \
     198                drv/infrastructure/rootmalta \
     199                drv/bus/pci/pciintel \
     200                drv/bus/isa
     201endif
     202
    186203ifeq ($(UARCH),ppc32)
    187204        DIRS += \
     
    217234        lib/graph \
    218235        lib/gui \
     236        lib/hound \
     237        lib/http \
    219238        lib/softrend \
    220239        lib/draw \
     
    222241        lib/nic \
    223242        lib/ext4 \
     243        lib/uri \
    224244        lib/usb \
    225245        lib/usbhost \
     
    227247        lib/usbhid \
    228248        lib/usbvirt \
     249        lib/pcm \
    229250        lib/bithenge \
    230251        lib/posix
Note: See TracChangeset for help on using the changeset viewer.