Changeset 7a68fe5 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-10-10T06:58:55Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ea6392
Parents:
e68c834 (diff), 80099c19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re68c834 r7a68fe5  
    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 \
     
    118118        drv/bus/usb/usbmid \
    119119        drv/bus/usb/usbmouse \
    120         drv/bus/usb/vhc
     120        drv/bus/usb/vhc \
     121        drv/nic/lo \
     122        drv/nic/ne2k
    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/ext4 \
Note: See TracChangeset for help on using the changeset viewer.