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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r92e717c re5291e0  
    6464        app/nettest1 \
    6565        app/nettest2 \
    66         app/nettest3 \
    6766        app/ping \
    6867        app/websrv \
     
    9594        srv/hw/char/i8042 \
    9695        srv/hw/char/s3c24xx_uart \
    97         srv/hw/netif/ne2000 \
    98         srv/net/netif/lo \
    9996        srv/net/il/arp \
    10097        srv/net/il/ip \
     
    10299        srv/net/tl/udp \
    103100        srv/net/tl/tcp \
     101        srv/net/nil/eth \
     102        srv/net/nil/nildummy \
    104103        srv/net/net \
    105104        drv/infrastructure/root \
     
    117116        drv/bus/usb/usbmast \
    118117        drv/bus/usb/usbmid \
    119         drv/bus/usb/usbmouse \
    120         drv/bus/usb/vhc
     118        drv/bus/usb/vhc \
     119        drv/nic/lo \
     120        drv/nic/ne2k
    121121
    122122ifeq ($(CONFIG_PCC),y)
     
    132132        app/binutils
    133133endif
    134 
    135 ## Networking
    136 #
    137 
    138 DIRS += \
    139         srv/net/nil/eth \
    140         srv/net/nil/nildummy
    141134
    142135## Platform-specific hardware support
     
    187180        lib/softfloat \
    188181        lib/drv \
    189         lib/packet \
    190182        lib/fb \
    191183        lib/net \
     184        lib/nic \
    192185        lib/ext2 \
    193186        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.