Changeset 7aaed09 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-12-18T14:02:30Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c868e2d
Parents:
3b71e84d (diff), 1761268 (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

    r3b71e84d r7aaed09  
    5353SANDBOX = pack
    5454PACK = $(TOOLS_PATH)/pack.py
    55 MKHORD = $(TOOLS_PATH)/mkhord.py
    5655MKTMPFS = $(TOOLS_PATH)/mktmpfs.py
    5756MKFAT = $(TOOLS_PATH)/mkfat.py
     
    124123        test/test3 \
    125124        nic/lo \
    126         nic/ne2k
     125        nic/ne2k \
     126        nic/e1k
    127127
    128128RD_DRV_CFG =
     
    175175        $(USPACE_PATH)/app/nettest1/nettest1 \
    176176        $(USPACE_PATH)/app/nettest2/nettest2 \
     177        $(USPACE_PATH)/app/nettest3/nettest3 \
    177178        $(USPACE_PATH)/app/netecho/netecho \
    178179        $(USPACE_PATH)/app/ping/ping \
     
    203204        $(USPACE_PATH)/srv/net/cfg/general \
    204205        $(USPACE_PATH)/srv/net/cfg/lo.nic \
    205         $(USPACE_PATH)/srv/net/cfg/ne2k.nic
     206        $(USPACE_PATH)/srv/net/cfg/ne2k.nic \
     207        $(USPACE_PATH)/srv/net/cfg/e1k.nic
    206208endif
    207209
Note: See TracChangeset for help on using the changeset viewer.