summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-11-24 19:25:58 +0000
committerMark Brown <broonie@kernel.org>2025-11-24 19:25:58 +0000
commitafbf83671e62768e1f183c3aef2a9f62e8b83684 (patch)
treefcd61636f4a929803530caa0930fbe407461dcbf /rust
parentcb99656b7c4185953c9d272bbdab63c8aa651e6e (diff)
parent0cc8cd824b9fb7fb087a2ec6b0c80d812cc4fde7 (diff)
Add RSPI support for RZ/T2H and RZ/N2H
Merge series from Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>: Add support for RZ/T2H and RZ/N2H.
Diffstat (limited to 'rust')
-rw-r--r--rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Makefile b/rust/Makefile
index 3e545c1a0ff4..7842ad0a4ea7 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -298,7 +298,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
-fno-inline-functions-called-once -fsanitize=bounds-strict \
-fstrict-flex-arrays=% -fmin-function-alignment=% \
-fzero-init-padding-bits=% -mno-fdpic \
- --param=% --param asan-%
+ --param=% --param asan-% -fno-isolate-erroneous-paths-dereference
# Derived from `scripts/Makefile.clang`.
BINDGEN_TARGET_x86 := x86_64-linux-gnu