Changes in uspace/Makefile [e5291e0:92e717c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re5291e0 r92e717c  
    6464        app/nettest1 \
    6565        app/nettest2 \
     66        app/nettest3 \
    6667        app/ping \
    6768        app/websrv \
     
    9495        srv/hw/char/i8042 \
    9596        srv/hw/char/s3c24xx_uart \
     97        srv/hw/netif/ne2000 \
     98        srv/net/netif/lo \
    9699        srv/net/il/arp \
    97100        srv/net/il/ip \
     
    99102        srv/net/tl/udp \
    100103        srv/net/tl/tcp \
    101         srv/net/nil/eth \
    102         srv/net/nil/nildummy \
    103104        srv/net/net \
    104105        drv/infrastructure/root \
     
    116117        drv/bus/usb/usbmast \
    117118        drv/bus/usb/usbmid \
    118         drv/bus/usb/vhc \
    119         drv/nic/lo \
    120         drv/nic/ne2k
     119        drv/bus/usb/usbmouse \
     120        drv/bus/usb/vhc
    121121
    122122ifeq ($(CONFIG_PCC),y)
     
    132132        app/binutils
    133133endif
     134
     135## Networking
     136#
     137
     138DIRS += \
     139        srv/net/nil/eth \
     140        srv/net/nil/nildummy
    134141
    135142## Platform-specific hardware support
     
    180187        lib/softfloat \
    181188        lib/drv \
     189        lib/packet \
    182190        lib/fb \
    183191        lib/net \
    184         lib/nic \
    185192        lib/ext2 \
    186193        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.