Changeset dd0c8a0 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-09-29T06:56:33Z (12 years ago)
Author:
Beniamino Galvani <b.galvani@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9bd960d
Parents:
3deb0155 (diff), 13be2583 (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:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r3deb0155 rdd0c8a0  
    3838        app/blkdump \
    3939        app/bnchmark \
     40        app/corecfg \
    4041        app/devctl \
     42        app/dnscfg \
     43        app/dnsres \
     44        app/download \
    4145        app/edit \
    4246        app/getterm \
     
    4852        app/loc \
    4953        app/logset \
     54        app/mixerctl \
    5055        app/mkfat \
    5156        app/mkexfat \
     
    6671        app/vuhid \
    6772        app/netecho \
     73        app/netspeed \
    6874        app/nettest1 \
    6975        app/nettest2 \
    7076        app/nettest3 \
    7177        app/ping \
     78        app/ping6 \
    7279        app/sysinfo \
    7380        app/mkbd \
    7481        app/date \
    75         app/websrv \
    7682        app/vdemo \
    7783        app/vlaunch \
    7884        app/vterm \
     85        app/df \
     86        app/wavplay \
     87        app/websrv \
     88        srv/audio/hound \
    7989        srv/clipboard \
    8090        srv/locsrv \
     
    8292        srv/devman \
    8393        srv/loader \
     94        srv/net/dhcp \
     95        srv/net/dnsrsrv \
    8496        srv/net/ethip \
    8597        srv/net/inetsrv \
    8698        srv/net/loopip \
     99        srv/net/nconfsrv \
     100        srv/net/slip \
    87101        srv/net/tcp \
    88102        srv/net/udp \
     
    90104        srv/taskmon \
    91105        srv/vfs \
    92         srv/bd/ata_bd \
    93106        srv/bd/sata_bd \
    94107        srv/bd/file_bd \
     
    112125        srv/hid/remcons \
    113126        srv/hw/char/s3c24xx_uart \
     127        srv/hid/rfb \
     128        drv/audio/sb16 \
    114129        drv/infrastructure/root \
    115130        drv/infrastructure/rootvirt \
    116131        drv/block/ahci \
     132        drv/block/ata_bd \
    117133        drv/char/i8042 \
    118134        drv/char/ps2mouse \
     
    134150        drv/nic/ne2k \
    135151        drv/nic/e1k \
    136         drv/nic/rtl8139 \
     152        drv/nic/rtl8139
    137153
    138154ifeq ($(CONFIG_PCC),y)
     
    177193                srv/hw/irc/apic \
    178194                srv/hw/irc/i8259
     195endif
     196
     197ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     198        DIRS += \
     199                drv/infrastructure/rootmalta \
     200                drv/bus/pci/pciintel \
     201                drv/bus/isa
    179202endif
    180203
     
    212235        lib/graph \
    213236        lib/gui \
     237        lib/hound \
     238        lib/http \
    214239        lib/softrend \
    215240        lib/draw \
     
    217242        lib/nic \
    218243        lib/ext4 \
     244        lib/uri \
    219245        lib/usb \
    220246        lib/usbhost \
     
    222248        lib/usbhid \
    223249        lib/usbvirt \
     250        lib/pcm \
    224251        lib/bithenge \
    225252        lib/posix
Note: See TracChangeset for help on using the changeset viewer.