Add drivers package

This commit is contained in:
Ian Douglas Scott 2017-04-08 17:26:30 -07:00
parent 16196f7479
commit 792f7e1308
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959
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 ./
}