Merge pull request #8 from ids1024/drivers

Add drivers package
This commit is contained in:
Jeremy Soller 2017-04-08 19:25:41 -06:00 committed by GitHub
commit 891cf79d41
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[workspace]
members = [
"ahcid",
"alxd",
"bgad",
"e1000d",
"nvmed",
"pcid",
"ps2d",
"rtl8168d",
"vboxd",
"vesad",
"xhcid"
]

View File

@ -0,0 +1,6 @@
GIT=https://github.com/redox-os/drivers
CARGOFLAGS=--all
function recipe_update {
cp ../Cargo.toml ./
}