Changeset 7a68fe5 in mainline for boot


Ignore:
Timestamp:
2011-10-10T06:58:55Z (14 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
  • boot/Makefile.common

    re68c834 r7a68fe5  
    111111        $(USPACE_PATH)/srv/fs/ext4fs/ext4fs \
    112112        $(USPACE_PATH)/srv/taskmon/taskmon \
    113         $(USPACE_PATH)/srv/hw/netif/ne2000/ne2000 \
    114         $(USPACE_PATH)/srv/net/netif/lo/lo \
    115113        $(USPACE_PATH)/srv/net/nil/eth/eth \
    116114        $(USPACE_PATH)/srv/net/nil/nildummy/nildummy \
     
    128126        test/test1 \
    129127        test/test2 \
    130         test/test3
     128        test/test3 \
     129        nic/lo \
     130        nic/ne2k
    131131
    132132RD_DRV_CFG =
     
    206206NET_CFG = \
    207207        $(USPACE_PATH)/srv/net/cfg/general \
    208         $(USPACE_PATH)/srv/net/cfg/lo \
    209         $(USPACE_PATH)/srv/net/cfg/ne2k
     208        $(USPACE_PATH)/srv/net/cfg/lo.nic \
     209        $(USPACE_PATH)/srv/net/cfg/ne2k.nic
    210210endif
    211211
Note: See TracChangeset for help on using the changeset viewer.