mbox series

[0/2] tools: Makefile fixes for sysreg generation

Message ID 20231027005439.3142015-1-oliver.upton@linux.dev (mailing list archive)
Headers show
Series tools: Makefile fixes for sysreg generation | expand

Message

Oliver Upton Oct. 27, 2023, 12:54 a.m. UTC
Fixing a couple of issues in the Makefile changes required to get sysreg
generation working.

Cc: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
Cc: Aishwarya TCV <aishwarya.tcv@arm.com>

Oliver Upton (2):
  tools: arm64: Fix references to top srcdir in Makefile
  KVM: selftests: Avoid using forced target for generating arm64 headers

 tools/arch/arm64/tools/Makefile      | 16 ++++++++--------
 tools/testing/selftests/kvm/Makefile | 11 +++++------
 2 files changed, 13 insertions(+), 14 deletions(-)


base-commit: 54a9ea73527d55ab746d5425e10f3fa748e00e70

Comments

Oliver Upton Oct. 31, 2023, 12:19 a.m. UTC | #1
On Fri, 27 Oct 2023 00:54:37 +0000, Oliver Upton wrote:
> Fixing a couple of issues in the Makefile changes required to get sysreg
> generation working.
> 
> Cc: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
> Cc: Aishwarya TCV <aishwarya.tcv@arm.com>
> 
> Oliver Upton (2):
>   tools: arm64: Fix references to top srcdir in Makefile
>   KVM: selftests: Avoid using forced target for generating arm64 headers
> 
> [...]

Applied to kvmarm/next, thanks!

[1/2] tools headers arm64: Fix references to top srcdir in Makefile
      https://git.kernel.org/kvmarm/kvmarm/c/fbb075c11663
[2/2] KVM: selftests: Avoid using forced target for generating arm64 headers
      https://git.kernel.org/kvmarm/kvmarm/c/70c7b704ca72

--
Best,
Oliver