Module Name:    src
Committed By:   jmcneill
Date:           Sat Mar 30 13:05:24 UTC 2019

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

Log Message:
Include bootarm.efi with releases


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 src/etc/etc.evbarm/Makefile.inc:1.102
--- src/etc/etc.evbarm/Makefile.inc:1.101	Sun Jan 20 10:50:06 2019
+++ src/etc/etc.evbarm/Makefile.inc	Sat Mar 30 13:05:24 2019
@@ -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 @@ SNAP_MD_POST_DEPS+=	smp_efibootaa64
 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}

Reply via email to