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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1d24ad3 r3e896e1  
    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 \
    7276        app/nettest3 \
    7377        app/ping \
    74         app/ping6 \
    7578        app/sysinfo \
    7679        app/mkbd \
    7780        app/date \
    78         app/websrv \
    7981        app/vdemo \
     82        app/viewer \
    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 \
    8997        srv/net/inetsrv \
    9098        srv/net/loopip \
     99        srv/net/nconfsrv \
    91100        srv/net/slip \
    92101        srv/net/tcp \
     
    116125        srv/hid/remcons \
    117126        srv/hw/char/s3c24xx_uart \
     127        srv/hid/rfb \
     128        drv/audio/sb16 \
    118129        drv/infrastructure/root \
    119130        drv/infrastructure/rootvirt \
     
    184195endif
    185196
     197ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     198        DIRS += \
     199                drv/infrastructure/rootmalta \
     200                drv/bus/pci/pciintel \
     201                drv/bus/isa
     202endif
     203
    186204ifeq ($(UARCH),ppc32)
    187205        DIRS += \
     
    217235        lib/graph \
    218236        lib/gui \
     237        lib/hound \
     238        lib/http \
    219239        lib/softrend \
    220240        lib/draw \
     
    222242        lib/nic \
    223243        lib/ext4 \
     244        lib/uri \
    224245        lib/usb \
    225246        lib/usbhost \
     
    227248        lib/usbhid \
    228249        lib/usbvirt \
     250        lib/pcm \
    229251        lib/bithenge \
    230252        lib/posix
Note: See TracChangeset for help on using the changeset viewer.