| From: |
| Jamie Cunliffe <Jamie.Cunliffe-AT-arm.com> |
| To: |
| linux-arm-kernel-AT-lists.infradead.org, rust-for-linux-AT-vger.kernel.org |
| Subject: |
| [PATCH v4 0/2] Rust enablement for AArch64 |
| Date: |
| Fri, 20 Oct 2023 16:50:54 +0100 |
| Message-ID: |
| <20231020155056.3495121-1-Jamie.Cunliffe@arm.com> |
| Cc: |
| Miguel Ojeda <ojeda-AT-kernel.org>, Catalin Marinas <catalin.marinas-AT-arm.com>, Will Deacon <will-AT-kernel.org>, steve.capper-AT-arm.com, Asahi Lina <lina-AT-asahilina.net>, boqun.feng-AT-gmail.com, andrew-AT-lunn.ch |
| Archive-link: |
| Article |
Enable Rust support for the AArch64 architecture.
Since the v3 this has been refactored to split up the x86 Makefile
changes. Updated the x86-64 conditionals as suggested by Boqun and
addressed the formatting issues Miguel raised.
Jamie Cunliffe (2):
rust: Refactor the build target to allow the use of builtin targets
arm64: rust: Enable Rust support for AArch64
Documentation/rust/arch-support.rst | 1 +
Makefile | 1 -
arch/arm64/Kconfig | 1 +
arch/arm64/Makefile | 4 ++++
arch/x86/Makefile | 1 +
rust/Makefile | 6 +++++-
scripts/Makefile | 4 +++-
scripts/generate_rust_target.rs | 4 +++-
8 files changed, 18 insertions(+), 4 deletions(-)
--
2.30.2