Changeset 609243f4 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-10-07T15:46:01Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2c50e1
Parents:
f51b1d3
Message:

cherrypick general networking improvements from lp:~helenos-nicf/helenos/nicf (after sanitization)
remove obsolete networking drivers
this renders the networking non-functional for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf51b1d3 r609243f4  
    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 \
     
    132132endif
    133133
    134 ## Networking
    135 #
    136 
    137 DIRS += \
    138         srv/net/nil/eth \
    139         srv/net/nil/nildummy
    140 
    141134## Platform-specific hardware support
    142135#
     
    186179        lib/softfloat \
    187180        lib/drv \
    188         lib/packet \
    189181        lib/fb \
    190182        lib/net \
Note: See TracChangeset for help on using the changeset viewer.