Changeset 973ef9fc in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-12-25T21:20:28Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
631ee0c
Parents:
1bfd3d3 (diff), 09178b7f (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

    r1bfd3d3 r973ef9fc  
    100100        $(USPACE_PATH)/srv/hw/netif/dp8390/dp8390 \
    101101        $(USPACE_PATH)/srv/net/netif/lo/lo \
     102        $(USPACE_PATH)/srv/net/nil/eth/eth \
     103        $(USPACE_PATH)/srv/net/nil/nildummy/nildummy \
    102104        $(USPACE_PATH)/srv/net/il/arp/arp \
    103105        $(USPACE_PATH)/srv/net/il/ip/ip \
     
    109111       
    110112RD_DRVS = \
    111         root
     113        root \
     114        rootvirt \
     115        test1 \
     116        test2
    112117
    113118RD_DRV_CFG =
    114 
    115 ifneq ($(CONFIG_NETIF_NIL_BUNDLE),y)
    116         RD_SRVS_NON_ESSENTIAL += \
    117                 $(USPACE_PATH)/srv/net/nil/eth/eth \
    118                 $(USPACE_PATH)/srv/net/nil/nildummy/nildummy
    119 endif
    120119
    121120RD_APPS_ESSENTIAL = \
     
    141140        $(USPACE_PATH)/app/stats/stats \
    142141        $(USPACE_PATH)/app/tasks/tasks \
    143         $(USPACE_PATH)/app/top/top
     142        $(USPACE_PATH)/app/top/top \
     143        $(USPACE_PATH)/app/sysinfo/sysinfo
    144144
    145145ifneq ($(CONFIG_BAREBONE),y)
Note: See TracChangeset for help on using the changeset viewer.