Changeset d7ff048 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-10-08T13:08:53Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf08ff0
Parents:
8367d1d (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 mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r8367d1d rd7ff048  
    107107        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
    108108        $(USPACE_PATH)/srv/taskmon/taskmon \
    109         $(USPACE_PATH)/srv/hw/netif/ne2000/ne2000 \
    110         $(USPACE_PATH)/srv/net/netif/lo/lo \
    111109        $(USPACE_PATH)/srv/net/nil/eth/eth \
    112110        $(USPACE_PATH)/srv/net/nil/nildummy/nildummy \
     
    124122        test/test1 \
    125123        test/test2 \
    126         test/test3
     124        test/test3 \
     125        nic/lo \
     126        nic/ne2k
    127127
    128128RD_DRV_CFG =
     
    202202NET_CFG = \
    203203        $(USPACE_PATH)/srv/net/cfg/general \
    204         $(USPACE_PATH)/srv/net/cfg/lo \
    205         $(USPACE_PATH)/srv/net/cfg/ne2k
     204        $(USPACE_PATH)/srv/net/cfg/lo.nic \
     205        $(USPACE_PATH)/srv/net/cfg/ne2k.nic
    206206endif
    207207
Note: See TracChangeset for help on using the changeset viewer.