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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r9916841 r92e717c  
    9595        srv/hw/char/i8042 \
    9696        srv/hw/char/s3c24xx_uart \
     97        srv/hw/netif/ne2000 \
     98        srv/net/netif/lo \
    9799        srv/net/il/arp \
    98100        srv/net/il/ip \
     
    100102        srv/net/tl/udp \
    101103        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/vhc \
    120         drv/nic/lo \
    121         drv/nic/ne2k \
    122         drv/nic/e1k
     119        drv/bus/usb/usbmouse \
     120        drv/bus/usb/vhc
    123121
    124122ifeq ($(CONFIG_PCC),y)
     
    134132        app/binutils
    135133endif
     134
     135## Networking
     136#
     137
     138DIRS += \
     139        srv/net/nil/eth \
     140        srv/net/nil/nildummy
    136141
    137142## Platform-specific hardware support
     
    182187        lib/softfloat \
    183188        lib/drv \
     189        lib/packet \
    184190        lib/fb \
    185191        lib/net \
    186         lib/nic \
    187192        lib/ext2 \
    188193        lib/usb \
Note: See TracChangeset for help on using the changeset viewer.