190abf86bb
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
7 lines
74 B
Makefile
7 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
SUBDIR+= ofwdump
|