Module Name:    src
Committed By:   rin
Date:           Thu Nov  5 13:03:31 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Build dtb set for aarch64eb.


To generate a diff of this commit:
cvs rdiff -u -r1.1229 -r1.1230 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1229 src/share/mk/bsd.own.mk:1.1230
--- src/share/mk/bsd.own.mk:1.1229	Sun Oct 25 09:06:24 2020
+++ src/share/mk/bsd.own.mk	Thu Nov  5 13:03:31 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1229 2020/10/25 09:06:24 tsutsui Exp $
+#	$NetBSD: bsd.own.mk,v 1.1230 2020/11/05 13:03:31 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1237,6 +1237,7 @@ MKTEGRAFIRMWARE.evbarm=		yes
 
 # Only build devicetree (dtb) files on armv6, armv7, and aarch64.
 MKDTB.aarch64=			yes
+MKDTB.aarch64eb=		yes
 MKDTB.earmv6=			yes
 MKDTB.earmv6hf=			yes
 MKDTB.earmv6eb=			yes

Reply via email to