Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.evbarm Copy bootaa64.efi to releasedir



details:   https://anonhg.NetBSD.org/src/rev/362b5d6a33e4
branches:  trunk
changeset: 366453:362b5d6a33e4
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Aug 27 22:41:56 2018 +0000

description:
Copy bootaa64.efi to releasedir

diffstat:

 etc/etc.evbarm/Makefile.inc |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8c15dad43d9f -r 362b5d6a33e4 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Mon Aug 27 22:40:51 2018 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Mon Aug 27 22:41:56 2018 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index