Build dtb set for aarch64eb.

This commit is contained in:
rin 2020-11-05 13:03:31 +00:00
parent c9c9883d25
commit 9ba37cc66f
1 changed files with 2 additions and 1 deletions

View File

@ -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