Commit 4eac9ba
Use bindgen as a program rather than as a library
This allows us to remove the `kernel` `build.rs` script
and simplifies the build. `Cargo.lock` is tiny now.
The shlex dependency also goes away.
Note that this commit does *not* use the list of included
functions/types/vars etc., so it is not equivalent.
Signed-off-by: Finn Behrens <me@kloenk.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>1 parent 1185f89 commit 4eac9ba
File tree
13 files changed
+60
-748
lines changed- .github/workflows
- Documentation/rust
- rust
- kernel
- src
- shlex
- src
- scripts
13 files changed
+60
-748
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments