Changeset db96017 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-04-07T17:41:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b6913b7
Parents:
b69e4c0 (diff), 6bb169b5 (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

    rb69e4c0 rdb96017  
    4848        app/lsusb \
    4949        app/mkfat \
     50        app/mkexfat \
    5051        app/mkmfs \
    5152        app/redir \
     
    6465        app/nettest1 \
    6566        app/nettest2 \
     67        app/nettest3 \
    6668        app/ping \
    6769        app/websrv \
     
    9294        srv/hid/fb \
    9395        srv/hid/input \
    94         srv/hw/char/i8042 \
     96        srv/hid/remcons \
    9597        srv/hw/char/s3c24xx_uart \
    96         srv/hw/netif/ne2000 \
    97         srv/net/netif/lo \
    9898        srv/net/il/arp \
    9999        srv/net/il/ip \
     
    101101        srv/net/tl/udp \
    102102        srv/net/tl/tcp \
     103        srv/net/nil/eth \
     104        srv/net/nil/nildummy \
    103105        srv/net/net \
    104106        drv/infrastructure/root \
    105107        drv/infrastructure/rootvirt \
     108        drv/char/i8042 \
     109        drv/char/ps2mouse \
     110        drv/char/xtkbd \
    106111        drv/test/test1 \
    107112        drv/test/test2 \
     
    116121        drv/bus/usb/usbmast \
    117122        drv/bus/usb/usbmid \
    118         drv/bus/usb/usbmouse \
    119         drv/bus/usb/vhc
     123        drv/bus/usb/vhc \
     124        drv/nic/lo \
     125        drv/nic/ne2k \
     126        drv/nic/e1k \
     127        drv/nic/rtl8139
    120128
    121129ifeq ($(CONFIG_PCC),y)
     
    131139        app/binutils
    132140endif
    133 
    134 ## Networking
    135 #
    136 
    137 DIRS += \
    138         srv/net/nil/eth \
    139         srv/net/nil/nildummy
    140141
    141142## Platform-specific hardware support
     
    186187        lib/softfloat \
    187188        lib/drv \
    188         lib/packet \
    189189        lib/fb \
    190190        lib/net \
     191        lib/nic \
    191192        lib/ext2 \
    192193        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.