scripts: `make rust-analyzer` for out-of-tree modules
authorVinay Varma <varmavinaym@gmail.com>
Tue, 11 Apr 2023 09:17:15 +0000 (17:17 +0800)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 7 Aug 2023 09:33:34 +0000 (11:33 +0200)
commit49a9ef76740206d52e7393f6fe25fc764de8df32
treeb2565bffc396ec6da74990413791ccb21464920e
parent0beaf546b4f198dd767b5a01a73f24db269ff6e2
scripts: `make rust-analyzer` for out-of-tree modules

Adds support for out-of-tree rust modules to use the `rust-analyzer`
make target to generate the rust-project.json file.

The change involves adding an optional parameter `external_src` to the
`generate_rust_analyzer.py` which expects the path to the out-of-tree
module's source directory. When this parameter is passed, I have chosen
not to add the non-core modules (samples and drivers) into the result
since these are not expected to be used in third party modules. Related
changes are also made to the Makefile and rust/Makefile allowing the
`rust-analyzer` target to be used for out-of-tree modules as well.

Link: https://github.com/Rust-for-Linux/linux/pull/914
Link: https://github.com/Rust-for-Linux/rust-out-of-tree-module/pull/2
Signed-off-by: Vinay Varma <varmavinaym@gmail.com>
Link: https://lore.kernel.org/r/20230411091714.130525-1-varmavinaym@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Makefile
rust/Makefile
scripts/generate_rust_analyzer.py