Changeset 6843a9c in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-06-29T13:02:14Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
722912e
Parents:
ba72f2b (diff), 0bbd13e (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

Trivial conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rba72f2b r6843a9c  
    4343        app/getterm \
    4444        app/init \
     45        app/inet \
    4546        app/kill \
    4647        app/killall \
    4748        app/klog \
    48         app/locinfo \
     49        app/loc \
    4950        app/lsusb \
    5051        app/mixerctl \
    5152        app/mkfat \
     53        app/mkexfat \
    5254        app/mkmfs \
     55        app/nterm \
    5356        app/redir \
    5457        app/sbi \
     
    6669        app/nettest1 \
    6770        app/nettest2 \
     71        app/nettest3 \
    6872        app/ping \
    69         app/websrv \
    7073        app/sysinfo \
    7174        app/mkbd \
    72         srv/clip \
    73         srv/loc \
     75        app/websrv \
     76        srv/clipboard \
     77        srv/locsrv \
    7478        srv/devman \
    7579        srv/loader \
     80        srv/net/ethip \
     81        srv/net/inetsrv \
     82        srv/net/loopip \
     83        srv/net/tcp \
     84        srv/net/udp \
    7685        srv/ns \
    7786        srv/taskmon \
     
    94103        srv/hid/fb \
    95104        srv/hid/input \
    96         srv/hw/char/i8042 \
     105        srv/hid/remcons \
    97106        srv/hw/char/s3c24xx_uart \
    98         srv/net/il/arp \
    99         srv/net/il/ip \
    100         srv/net/tl/icmp \
    101         srv/net/tl/udp \
    102         srv/net/tl/tcp \
    103         srv/net/nil/eth \
    104         srv/net/nil/nildummy \
    105         srv/net/net \
    106107        drv/audio/sb16 \
    107108        drv/infrastructure/root \
    108109        drv/infrastructure/rootvirt \
     110        drv/char/i8042 \
     111        drv/char/ps2mouse \
     112        drv/char/xtkbd \
    109113        drv/test/test1 \
    110114        drv/test/test2 \
     
    120124        drv/bus/usb/usbmid \
    121125        drv/bus/usb/vhc \
    122         drv/nic/lo \
    123         drv/nic/ne2k
     126        drv/nic/ne2k \
     127        drv/nic/e1k \
     128        drv/nic/rtl8139
    124129
    125130ifeq ($(CONFIG_PCC),y)
     
    134139DIRS += \
    135140        app/binutils
     141endif
     142
     143ifeq ($(CONFIG_MSIM),y)
     144DIRS += \
     145        app/msim
    136146endif
    137147
Note: See TracChangeset for help on using the changeset viewer.