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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r92e717c r9916841  
    9595        srv/hw/char/i8042 \
    9696        srv/hw/char/s3c24xx_uart \
    97         srv/hw/netif/ne2000 \
    98         srv/net/netif/lo \
    9997        srv/net/il/arp \
    10098        srv/net/il/ip \
     
    102100        srv/net/tl/udp \
    103101        srv/net/tl/tcp \
     102        srv/net/nil/eth \
     103        srv/net/nil/nildummy \
    104104        srv/net/net \
    105105        drv/infrastructure/root \
     
    117117        drv/bus/usb/usbmast \
    118118        drv/bus/usb/usbmid \
    119         drv/bus/usb/usbmouse \
    120         drv/bus/usb/vhc
     119        drv/bus/usb/vhc \
     120        drv/nic/lo \
     121        drv/nic/ne2k \
     122        drv/nic/e1k
    121123
    122124ifeq ($(CONFIG_PCC),y)
     
    132134        app/binutils
    133135endif
    134 
    135 ## Networking
    136 #
    137 
    138 DIRS += \
    139         srv/net/nil/eth \
    140         srv/net/nil/nildummy
    141136
    142137## Platform-specific hardware support
     
    187182        lib/softfloat \
    188183        lib/drv \
    189         lib/packet \
    190184        lib/fb \
    191185        lib/net \
     186        lib/nic \
    192187        lib/ext2 \
    193188        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.