diff options
| author | Oliver Upton <oliver.upton@linux.dev> | 2023-10-11 19:57:36 +0000 |
|---|---|---|
| committer | Oliver Upton <oliver.upton@linux.dev> | 2023-10-18 23:36:25 +0000 |
| commit | 02e85f74668e1aa0062708b58d8aef020054e56c (patch) | |
| tree | a1c152f1988c3b46183233b1ea10126b6a32444b /tools/arch/arm64/include | |
| parent | KVM: arm64: Document vCPU feature selection UAPIs (diff) | |
| download | linux-02e85f74668e1aa0062708b58d8aef020054e56c.tar.gz linux-02e85f74668e1aa0062708b58d8aef020054e56c.zip | |
tools: arm64: Add a Makefile for generating sysreg-defs.h
Use a common Makefile for generating sysreg-defs.h, which will soon be
needed by perf and KVM selftests. The naming scheme of the generated
macros is not expected to change, so just refer to the canonical
script/data in the kernel source rather than copying to tools.
Co-developed-by: Jing Zhang <jingzhangos@google.com>
Signed-off-by: Jing Zhang <jingzhangos@google.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20231011195740.3349631-2-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'tools/arch/arm64/include')
| -rw-r--r-- | tools/arch/arm64/include/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/arch/arm64/include/.gitignore b/tools/arch/arm64/include/.gitignore new file mode 100644 index 000000000000..9ab870da897d --- /dev/null +++ b/tools/arch/arm64/include/.gitignore @@ -0,0 +1 @@ +generated/ |
