Changeset 75732da in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-12-13T07:20:20Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
309dea52
Parents:
84439d7 (diff), 37f7cfe (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 development/ changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r84439d7 r75732da  
    111111RD_DRVS = \
    112112        root \
    113         vhc
     113        rootvirt \
     114        test1 \
     115        test2
    114116
    115117RD_DRV_CFG =
     
    142144        $(USPACE_PATH)/app/ping/ping \
    143145        $(USPACE_PATH)/app/stats/stats \
    144         $(USPACE_PATH)/app/virtusbkbd/vuk \
    145146        $(USPACE_PATH)/app/tasks/tasks \
    146         $(USPACE_PATH)/app/top/top
     147        $(USPACE_PATH)/app/top/top \
     148        $(USPACE_PATH)/app/usbinfo/usbinfo \
     149        $(USPACE_PATH)/app/virtusbkbd/vuk
    147150
    148151ifneq ($(CONFIG_BAREBONE),y)
Note: See TracChangeset for help on using the changeset viewer.