Changeset 6f9e7fea in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-11-30T00:24:42Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
178673c
Parents:
0ca16307
Message:

Add root virtual device driver

The driver is meant as a simple way to add virtual devices to the
system (it only passes list of virtual devices to devman which then
decides what drivers to launch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0ca16307 r6f9e7fea  
    8686        srv/net/tl/tcp \
    8787        srv/net/net \
    88         drv/root
     88        drv/root \
     89        drv/rootvirt
    8990
    9091## Networking
Note: See TracChangeset for help on using the changeset viewer.