Module Name:    src
Committed By:   jmcneill
Date:           Mon Aug 27 22:41:56 UTC 2018

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Copy bootaa64.efi to releasedir


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 src/etc/etc.evbarm/Makefile.inc:1.94
--- src/etc/etc.evbarm/Makefile.inc:1.93	Sun Apr  1 04:35:02 2018
+++ src/etc/etc.evbarm/Makefile.inc	Mon Aug 27 22:41:56 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.93 2018/04/01 04:35:02 ryo Exp $
+#	$NetBSD: Makefile.inc,v 1.94 2018/08/27 22:41:56 jmcneill Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -168,6 +168,13 @@ BUILD_KERNELS+=		${board}_INSTALL
 KERNEL_SETS+=		${KERNEL_SETS.${arch}}
 .endfor
 
+.if !empty(MACHINE_ARCH:Maarch64)
+smp_efibootaa64:
+	cd ${KERNSRCDIR}/stand/efiboot/bootaa64 && ${MAKE} release
+SNAP_MD_POST_DEPS+=	smp_efibootaa64
+INSTALLATION_DIRS+=	installation/misc
+.endif
+
 .if !empty(MACHINE_ARCH:M*armv7*) && empty(ALL_KERNELS)
 smp_armv7: __mkimage
 MKI_OPTS.smp_armv7=	-K ${IMAGE.kern}

Reply via email to