git: 190abf86bb45 - main - Fix the name of Makefile.aarch64
Date: Thu, 19 May 2022 10:31:24 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=190abf86bb455a5b423ca46d309c4492a2d41a94
commit 190abf86bb455a5b423ca46d309c4492a2d41a94
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-05-12 12:50:59 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-05-19 10:30:21 +0000
Fix the name of Makefile.aarch64
Makefile.arm64 relies on being included via Makefile.${MACHINE}. This
only works when arm64 is the only aarch64 architecture. Switch to
Makefile.aarch64 so downstream CheriBSD can use the file when building
for Morello which uses a differen ${MACHINE} value.
Sponsored by: Innovate UK
---
usr.sbin/{Makefile.arm64 => Makefile.aarch64} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/usr.sbin/Makefile.arm64 b/usr.sbin/Makefile.aarch64
similarity index 100%
rename from usr.sbin/Makefile.arm64
rename to usr.sbin/Makefile.aarch64