Module Name: src Committed By: jmcneill Date: Sat Jul 24 17:07:59 UTC 2021
Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: aarch64: Restrict KERNEL_SUFFIXES to img only To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/etc.evbarm/Makefile.inc diff -u src/etc/etc.evbarm/Makefile.inc:1.123 src/etc/etc.evbarm/Makefile.inc:1.124 --- src/etc/etc.evbarm/Makefile.inc:1.123 Thu May 27 08:43:02 2021 +++ src/etc/etc.evbarm/Makefile.inc Sat Jul 24 17:07:59 2021 @@ -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_DEPS+= smp_rpi_inst 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