Changes in uspace/Makefile [eb91db7:80099c19] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    reb91db7 r80099c19  
    8888        srv/fs/locfs \
    8989        srv/fs/ext2fs \
    90         srv/fs/ext4fs \
    9190        srv/hid/console \
    9291        srv/hid/s3c24xx_ts \
     
    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 \
     
    118117        drv/bus/usb/usbmid \
    119118        drv/bus/usb/usbmouse \
    120         drv/bus/usb/vhc
     119        drv/bus/usb/vhc \
     120        drv/nic/lo \
     121        drv/nic/ne2k
    121122
    122123ifeq ($(CONFIG_PCC),y)
     
    132133        app/binutils
    133134endif
    134 
    135 ## Networking
    136 #
    137 
    138 DIRS += \
    139         srv/net/nil/eth \
    140         srv/net/nil/nildummy
    141135
    142136## Platform-specific hardware support
     
    187181        lib/softfloat \
    188182        lib/drv \
    189         lib/packet \
    190183        lib/fb \
    191184        lib/net \
     185        lib/nic \
    192186        lib/ext2 \
    193         lib/ext4 \
    194187        lib/usb \
    195188        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.