Module Name: src
Committed By: jakllsch
Date: Fri Sep 4 02:15:52 UTC 2020
Modified Files:
src/sys/arch/evbarm/stand: Makefile
Log Message:
Only build bootaa64.efi on LE aarch64 for now, to match set lists
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/stand/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/stand/Makefile
diff -u src/sys/arch/evbarm/stand/Makefile:1.10 src/sys/arch/evbarm/stand/Makefile:1.11
--- src/sys/arch/evbarm/stand/Makefile:1.10 Sat Mar 30 13:54:09 2019
+++ src/sys/arch/evbarm/stand/Makefile Fri Sep 4 02:15:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/03/30 13:54:09 jmcneill Exp $
+# $NetBSD: Makefile,v 1.11 2020/09/04 02:15:52 jakllsch Exp $
.include <bsd.endian.mk>
@@ -12,7 +12,7 @@ SUBDIR+= bootimx23
.endif
.endif
-.if ${MACHINE_CPU} == "aarch64"
+.if ${MACHINE_ARCH} == "aarch64"
SUBDIR+= ../../../stand/efiboot/bootaa64
.endif