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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r80099c19 reb91db7  
    8888        srv/fs/locfs \
    8989        srv/fs/ext2fs \
     90        srv/fs/ext4fs \
    9091        srv/hid/console \
    9192        srv/hid/s3c24xx_ts \
     
    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 \
     
    117118        drv/bus/usb/usbmid \
    118119        drv/bus/usb/usbmouse \
    119         drv/bus/usb/vhc \
    120         drv/nic/lo \
    121         drv/nic/ne2k
     120        drv/bus/usb/vhc
    122121
    123122ifeq ($(CONFIG_PCC),y)
     
    133132        app/binutils
    134133endif
     134
     135## Networking
     136#
     137
     138DIRS += \
     139        srv/net/nil/eth \
     140        srv/net/nil/nildummy
    135141
    136142## Platform-specific hardware support
     
    181187        lib/softfloat \
    182188        lib/drv \
     189        lib/packet \
    183190        lib/fb \
    184191        lib/net \
    185         lib/nic \
    186192        lib/ext2 \
     193        lib/ext4 \
    187194        lib/usb \
    188195        lib/usbhost \
Note: See TracChangeset for help on using the changeset viewer.