Changeset d7ff048 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-10-08T13:08:53Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf08ff0
Parents:
8367d1d (diff), 80099c19 (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

    r8367d1d rd7ff048  
    9494        srv/hw/char/i8042 \
    9595        srv/hw/char/s3c24xx_uart \
    96         srv/hw/netif/ne2000 \
    97         srv/net/netif/lo \
    9896        srv/net/il/arp \
    9997        srv/net/il/ip \
     
    10199        srv/net/tl/udp \
    102100        srv/net/tl/tcp \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy \
    103103        srv/net/net \
    104104        drv/infrastructure/root \
     
    117117        drv/bus/usb/usbmid \
    118118        drv/bus/usb/usbmouse \
    119         drv/bus/usb/vhc
     119        drv/bus/usb/vhc \
     120        drv/nic/lo \
     121        drv/nic/ne2k
    120122
    121123ifeq ($(CONFIG_PCC),y)
     
    131133        app/binutils
    132134endif
    133 
    134 ## Networking
    135 #
    136 
    137 DIRS += \
    138         srv/net/nil/eth \
    139         srv/net/nil/nildummy
    140135
    141136## Platform-specific hardware support
     
    186181        lib/softfloat \
    187182        lib/drv \
    188         lib/packet \
    189183        lib/fb \
    190184        lib/net \
     185        lib/nic \
    191186        lib/ext2 \
    192187        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.