Sat Jul 24 17:07:59 2021 UTC ()
aarch64: Restrict KERNEL_SUFFIXES to img only


(jmcneill)
diff -r1.123 -r1.124 src/etc/etc.evbarm/Makefile.inc

cvs diff -r1.123 -r1.124 src/etc/etc.evbarm/Makefile.inc (expand / switch to context diff)
--- src/etc/etc.evbarm/Makefile.inc 2021/05/27 08:43:02 1.123
+++ src/etc/etc.evbarm/Makefile.inc 2021/07/24 17:07:59 1.124
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.123 2021/05/27 08:43:02 rin Exp $
+#	$NetBSD: Makefile.inc,v 1.124 2021/07/24 17:07:59 jmcneill Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -173,7 +173,11 @@
 
 snap_md_post: check_DESTDIR check_RELEASEDIR snap_post .WAIT ${SNAP_MD_POST_DEPS}
 
+.if !empty(MACHINE_ARCH:Maarch64*)
+KERNEL_SUFFIXES=	img
+.else
 KERNEL_SUFFIXES=	bin img srec ub
+.endif
 
 INSTALLATION_DIRS+=	binary/gzimg		\
 			installation/instkernel