Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.evbarm Include bootarm.efi with releases
details:   https://anonhg.NetBSD.org/src/rev/f7139adca11b
branches:  trunk
changeset: 997884:f7139adca11b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Mar 30 13:05:24 2019 +0000
description:
Include bootarm.efi with releases
diffstat:
 etc/etc.evbarm/Makefile.inc |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 4143c84b4ea1 -r f7139adca11b etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sat Mar 30 13:02:39 2019 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sat Mar 30 13:05:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.101 2019/01/20 10:50:06 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.102 2019/03/30 13:05:24 jmcneill Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -180,6 +180,13 @@
 INSTALLATION_DIRS+=    installation/misc
 .endif
 
+.if ${TARGET_ENDIANNESS} == "1234" && !empty(MACHINE_ARCH:Mearmv7hf)
+smp_efibootarm:
+       cd ${KERNSRCDIR}/stand/efiboot/bootarm && ${MAKE} release
+SNAP_MD_POST_DEPS+=    smp_efibootarm
+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