Changes in uspace/Makefile [a6bdccc:8620b2f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra6bdccc r8620b2f  
    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 \
     
    6668        app/trace \
    6769        app/top \
     70        app/untar \
    6871        app/usbinfo \
    6972        app/vuhid \
    7073        app/netecho \
     74        app/netspeed \
    7175        app/nettest1 \
    7276        app/nettest2 \
    7377        app/nettest3 \
    7478        app/ping \
    75         app/ping6 \
    7679        app/sysinfo \
    7780        app/mkbd \
    7881        app/date \
    7982        app/vdemo \
     83        app/viewer \
    8084        app/vlaunch \
    8185        app/vterm \
     86        app/df \
    8287        app/wavplay \
    8388        app/websrv \
     
    8893        srv/devman \
    8994        srv/loader \
     95        srv/net/dhcp \
    9096        srv/net/dnsrsrv \
    9197        srv/net/ethip \
    9298        srv/net/inetsrv \
    9399        srv/net/loopip \
     100        srv/net/nconfsrv \
    94101        srv/net/slip \
    95102        srv/net/tcp \
     
    119126        srv/hid/remcons \
    120127        srv/hw/char/s3c24xx_uart \
     128        srv/hid/rfb \
    121129        drv/audio/sb16 \
    122130        drv/infrastructure/root \
     
    188196endif
    189197
     198ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     199        DIRS += \
     200                drv/infrastructure/rootmalta \
     201                drv/bus/pci/pciintel \
     202                drv/bus/isa
     203endif
     204
    190205ifeq ($(UARCH),ppc32)
    191206        DIRS += \
     
    222237        lib/gui \
    223238        lib/hound \
     239        lib/http \
    224240        lib/softrend \
    225241        lib/draw \
     242        lib/math \
    226243        lib/net \
    227244        lib/nic \
    228245        lib/ext4 \
     246        lib/uri \
    229247        lib/usb \
    230248        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.