Changes in uspace/Makefile [a6bdccc:fada53f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra6bdccc rfada53f  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
    4142        app/dnscfg \
     
    6970        app/vuhid \
    7071        app/netecho \
     72        app/netspeed \
    7173        app/nettest1 \
    7274        app/nettest2 \
     
    8082        app/vlaunch \
    8183        app/vterm \
     84        app/df \
    8285        app/wavplay \
    8386        app/websrv \
     
    119122        srv/hid/remcons \
    120123        srv/hw/char/s3c24xx_uart \
     124        srv/hid/rfb \
    121125        drv/audio/sb16 \
    122126        drv/infrastructure/root \
     
    186190                srv/hw/irc/apic \
    187191                srv/hw/irc/i8259
     192endif
     193
     194ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     195        DIRS += \
     196                drv/infrastructure/rootmalta \
     197                drv/bus/pci/pciintel \
     198                drv/bus/isa
    188199endif
    189200
Note: See TracChangeset for help on using the changeset viewer.