diff --git a/recipes/drivers/Cargo.toml b/recipes/drivers/Cargo.toml new file mode 100644 index 00000000..4b13eaf7 --- /dev/null +++ b/recipes/drivers/Cargo.toml @@ -0,0 +1,14 @@ +[workspace] +members = [ + "ahcid", + "alxd", + "bgad", + "e1000d", + "nvmed", + "pcid", + "ps2d", + "rtl8168d", + "vboxd", + "vesad", + "xhcid" +] diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh new file mode 100644 index 00000000..bd9aca83 --- /dev/null +++ b/recipes/drivers/recipe.sh @@ -0,0 +1,6 @@ +GIT=https://github.com/redox-os/drivers +CARGOFLAGS=--all + +function recipe_update { + cp ../Cargo.toml ./ +}