Changeset 99c2c69e in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-09-13T00:36:30Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67fbd5e
Parents:
7f84430 (diff), 11d41be5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7f84430 r99c2c69e  
    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 \
     
    8891        srv/devman \
    8992        srv/loader \
     93        srv/net/dhcp \
    9094        srv/net/dnsrsrv \
    9195        srv/net/ethip \
     
    119123        srv/hid/remcons \
    120124        srv/hw/char/s3c24xx_uart \
     125        srv/hid/rfb \
    121126        drv/audio/sb16 \
    122127        drv/infrastructure/root \
     
    186191                srv/hw/irc/apic \
    187192                srv/hw/irc/i8259
     193endif
     194
     195ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     196        DIRS += \
     197                drv/infrastructure/rootmalta \
     198                drv/bus/pci/pciintel \
     199                drv/bus/isa
    188200endif
    189201
Note: See TracChangeset for help on using the changeset viewer.