diff options
| author | Mark Brown <broonie@kernel.org> | 2025-11-24 19:25:58 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-24 19:25:58 +0000 |
| commit | afbf83671e62768e1f183c3aef2a9f62e8b83684 (patch) | |
| tree | fcd61636f4a929803530caa0930fbe407461dcbf /rust | |
| parent | cb99656b7c4185953c9d272bbdab63c8aa651e6e (diff) | |
| parent | 0cc8cd824b9fb7fb087a2ec6b0c80d812cc4fde7 (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/Makefile | 2 |
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 |
