Source-Changes-HG archive

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

[src/trunk]: src/share/mk Set MKDTB=yes for armv6



details:   https://anonhg.NetBSD.org/src/rev/74afaf003e68
branches:  trunk
changeset: 933564:74afaf003e68
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed May 27 10:53:18 2020 +0000

description:
Set MKDTB=yes for armv6

diffstat:

 share/mk/bsd.own.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 497a35bd8696 -r 74afaf003e68 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed May 27 09:09:50 2020 +0000
+++ b/share/mk/bsd.own.mk       Wed May 27 10:53:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1194 2020/05/27 06:06:37 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1195 2020/05/27 10:53:18 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1195,8 +1195,12 @@
 # Only install the tegra firmware on evbarm.
 MKTEGRAFIRMWARE.evbarm=                yes
 
-# Only build devicetree (dtb) files on armv7 and aarch64.
+# Only build devicetree (dtb) files on armv6, armv7, and aarch64.
 MKDTB.aarch64=                 yes
+MKDTB.earmv6=                  yes
+MKDTB.earmv6hf=                        yes
+MKDTB.earmv6eb=                        yes
+MKDTB.earmv6hfeb=              yes
 MKDTB.earmv7=                  yes
 MKDTB.earmv7hf=                        yes
 MKDTB.earmv7eb=                        yes



Home | Main Index | Thread Index | Old Index