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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r8620b2f ra6bdccc  
    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 \
     
    6866        app/trace \
    6967        app/top \
    70         app/untar \
    7168        app/usbinfo \
    7269        app/vuhid \
    7370        app/netecho \
    74         app/netspeed \
    7571        app/nettest1 \
    7672        app/nettest2 \
    7773        app/nettest3 \
    7874        app/ping \
     75        app/ping6 \
    7976        app/sysinfo \
    8077        app/mkbd \
    8178        app/date \
    8279        app/vdemo \
    83         app/viewer \
    8480        app/vlaunch \
    8581        app/vterm \
    86         app/df \
    8782        app/wavplay \
    8883        app/websrv \
     
    9388        srv/devman \
    9489        srv/loader \
    95         srv/net/dhcp \
    9690        srv/net/dnsrsrv \
    9791        srv/net/ethip \
    9892        srv/net/inetsrv \
    9993        srv/net/loopip \
    100         srv/net/nconfsrv \
    10194        srv/net/slip \
    10295        srv/net/tcp \
     
    126119        srv/hid/remcons \
    127120        srv/hw/char/s3c24xx_uart \
    128         srv/hid/rfb \
    129121        drv/audio/sb16 \
    130122        drv/infrastructure/root \
     
    196188endif
    197189
    198 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
    199         DIRS += \
    200                 drv/infrastructure/rootmalta \
    201                 drv/bus/pci/pciintel \
    202                 drv/bus/isa
    203 endif
    204 
    205190ifeq ($(UARCH),ppc32)
    206191        DIRS += \
     
    237222        lib/gui \
    238223        lib/hound \
    239         lib/http \
    240224        lib/softrend \
    241225        lib/draw \
    242         lib/math \
    243226        lib/net \
    244227        lib/nic \
    245228        lib/ext4 \
    246         lib/uri \
    247229        lib/usb \
    248230        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.