Add missing RUST_LIB_SRC

This commit is contained in:
Florian RICHER 2025-03-01 18:45:19 +01:00
parent fc3991c0cc
commit 8179586ded
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 15 additions and 2 deletions

View file

@ -23,9 +23,17 @@ On other distros:
### Note for Rust
`cat /boot/config-$(uname -r) | grep CONFIG_RUST`
Check required kernel conf CONFIG_RUST=y
Must contains CONFIG_RUST=y
```bash
cat /boot/config-$(uname -r) | grep CONFIG_RUST
```
Generate rust-analyzer conf
```bash
make -C $LINUX_MODULES_FOLDER/build M=$(pwd) rust-analyzer
```
## make : targets list