Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbarm aarch64: Restrict KERNEL_SUFFIXES to img only
details: https://anonhg.NetBSD.org/src/rev/b3c3bccc6758
branches: trunk
changeset: 1022539:b3c3bccc6758
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Jul 24 17:07:59 2021 +0000
description:
aarch64: Restrict KERNEL_SUFFIXES to img only
diffstat:
etc/etc.evbarm/Makefile.inc | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d90122ea3d11 -r b3c3bccc6758 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc Sat Jul 24 16:13:44 2021 +0000
+++ b/etc/etc.evbarm/Makefile.inc Sat Jul 24 17:07:59 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index