Be consistent in $PWD use
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
2f962a6247
commit
a7f73938f8
@ -40,5 +40,5 @@ For details about out-of-tree modules, see https://www.kernel.org/doc/html/lates
|
||||
Rust for Linux (with https://lore.kernel.org/rust-for-linux/20230121052507.885734-1-varmavinaym@gmail.com/ applied) supports building a `rust-project.json` configuration for [`rust-analyzer`](https://rust-analyzer.github.io/), including for out-of-tree modules:
|
||||
|
||||
```sh
|
||||
make -C .../linux-with-rust-support M=`pwd` rust-analyzer
|
||||
make -C .../linux-with-rust-support M=$PWD rust-analyzer
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user