Changeset b7068da in mainline for boot/Makefile.common


Ignore:
Timestamp:
2012-02-09T20:35:12Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
591762c6
Parents:
7cede12c (diff), 3d4750f (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

    r7cede12c rb7068da  
    105105        $(USPACE_PATH)/srv/fs/exfat/exfat \
    106106        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
     107        $(USPACE_PATH)/srv/hid/remcons/remcons \
    107108        $(USPACE_PATH)/srv/taskmon/taskmon \
    108109        $(USPACE_PATH)/srv/net/nil/eth/eth \
     
    123124        test/test3 \
    124125        nic/lo \
    125         nic/ne2k
     126        nic/ne2k \
     127        nic/e1k \
     128        nic/rtl8139
    126129
    127130RD_DRV_CFG =
     
    174177        $(USPACE_PATH)/app/nettest1/nettest1 \
    175178        $(USPACE_PATH)/app/nettest2/nettest2 \
     179        $(USPACE_PATH)/app/nettest3/nettest3 \
    176180        $(USPACE_PATH)/app/netecho/netecho \
    177181        $(USPACE_PATH)/app/ping/ping \
     
    202206        $(USPACE_PATH)/srv/net/cfg/general \
    203207        $(USPACE_PATH)/srv/net/cfg/lo.nic \
    204         $(USPACE_PATH)/srv/net/cfg/ne2k.nic
     208        $(USPACE_PATH)/srv/net/cfg/ne2k.nic \
     209        $(USPACE_PATH)/srv/net/cfg/e1k.nic
    205210endif
    206211
Note: See TracChangeset for help on using the changeset viewer.