Add missing RUST_LIB_SRC
This commit is contained in:
parent
fc3991c0cc
commit
8179586ded
2 changed files with 15 additions and 2 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue