Changeset 1b2981aa in mainline
- Timestamp:
- 2010-11-30T12:15:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bee897
- Parents:
- ab3a851
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rab3a851 r1b2981aa 110 110 RD_DRVS = \ 111 111 root \ 112 rootvirt 112 rootvirt \ 113 test1 113 114 114 115 RD_DRV_CFG = -
uspace/Makefile
rab3a851 r1b2981aa 86 86 srv/net/net \ 87 87 drv/root \ 88 drv/rootvirt 88 drv/rootvirt \ 89 drv/test1 89 90 90 91 ## Networking -
uspace/drv/rootvirt/devices.def
rab3a851 r1b2981aa 4 4 * Unless the list is empty, the last item shall be followed by a comma. 5 5 */ 6 { 7 .name = "test1", 8 .match_id = "virtual&test1" 9 },
Note:
See TracChangeset
for help on using the changeset viewer.