Changeset 98abd40 in mainline for uspace/Makefile


Ignore:
Timestamp:
2013-07-06T21:57:22Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8bb1633, cdc8a391
Parents:
b8e72fd1 (diff), 507c6f3 (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

    rb8e72fd1 r98abd40  
    7272        app/nettest3 \
    7373        app/ping \
     74        app/ping6 \
    7475        app/sysinfo \
    7576        app/mkbd \
     
    8889        srv/net/inetsrv \
    8990        srv/net/loopip \
     91        srv/net/slip \
    9092        srv/net/tcp \
    9193        srv/net/udp \
     
    9395        srv/taskmon \
    9496        srv/vfs \
    95         srv/bd/ata_bd \
    9697        srv/bd/sata_bd \
    9798        srv/bd/file_bd \
     
    118119        drv/infrastructure/rootvirt \
    119120        drv/block/ahci \
     121        drv/block/ata_bd \
    120122        drv/char/i8042 \
    121123        drv/char/ps2mouse \
     
    137139        drv/nic/ne2k \
    138140        drv/nic/e1k \
    139         drv/nic/rtl8139 \
     141        drv/nic/rtl8139
    140142
    141143ifeq ($(CONFIG_PCC),y)
Note: See TracChangeset for help on using the changeset viewer.