Thanks, applied as e0949123f46215eb41ae74c4f78b8295356991b1.

Michael

[sent from post-receive hook]

On Mon, 18 May 2026 09:54:18 +0200, Lucas Stach <[email protected]> wrote:
> The autodetection is confused and will still try to
> use rust when KERNEL_RUST is disabled.
> 
> Signed-off-by: Lucas Stach <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/kernel.make b/rules/kernel.make
> index d366be71477b..af0dd3913faf 100644
> --- a/rules/kernel.make
> +++ b/rules/kernel.make
> @@ -244,7 +244,8 @@ KERNEL_TOOL_PERF_OPTS     := \
>       NO_AUXTRACE= \
>       NO_LIBBPF=1 \
>       NO_SDT=1 \
> -     NO_LIBCAP=1
> +     NO_LIBCAP=1 \
> +     NO_RUST=$(call ptx/ifdef, PTXCONF_KERNEL_RUST,0,1)
>  
>  # manual make to handle CPPFLAGS and broken parallel building for some
>  # kernel versions

Reply via email to