Skip to content

Commit 9237598

Browse files
authored
Merge pull request #743 from ojeda/debug-info-btf
rust: depend on `!DEBUG_INFO_BTF`
2 parents a0c954b + 87daa0a commit 9237598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ config RUST
20632063
depends on RUST_IS_AVAILABLE
20642064
depends on !MODVERSIONS
20652065
depends on !GCC_PLUGINS
2066+
depends on !DEBUG_INFO_BTF
20662067
select CONSTRUCTORS
20672068
help
20682069
Enables Rust support in the kernel.

0 commit comments

Comments
 (0)