Thu Nov 5 13:03:31 2020 UTC ()
Build dtb set for aarch64eb.


(rin)
diff -r1.1229 -r1.1230 src/share/mk/bsd.own.mk

cvs diff -r1.1229 -r1.1230 src/share/mk/bsd.own.mk (expand / switch to unified diff)

--- src/share/mk/bsd.own.mk 2020/10/25 09:06:24 1.1229
+++ src/share/mk/bsd.own.mk 2020/11/05 13:03:31 1.1230
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.own.mk,v 1.1229 2020/10/25 09:06:24 tsutsui Exp $ 1# $NetBSD: bsd.own.mk,v 1.1230 2020/11/05 13:03:31 rin Exp $
2 2
3# This needs to be before bsd.init.mk 3# This needs to be before bsd.init.mk
4.if defined(BSD_MK_COMPAT_FILE) 4.if defined(BSD_MK_COMPAT_FILE)
5.include <${BSD_MK_COMPAT_FILE}> 5.include <${BSD_MK_COMPAT_FILE}>
6.endif 6.endif
7 7
8.if !defined(_BSD_OWN_MK_) 8.if !defined(_BSD_OWN_MK_)
9_BSD_OWN_MK_=1 9_BSD_OWN_MK_=1
10 10
11MAKECONF?= /etc/mk.conf 11MAKECONF?= /etc/mk.conf
12.-include "${MAKECONF}" 12.-include "${MAKECONF}"
13 13
14# 14#
@@ -1227,26 +1227,27 @@ MKFIRMWARE.sparc64= yes @@ -1227,26 +1227,27 @@ MKFIRMWARE.sparc64= yes
1227# Only install the nouveau and radeon firmwares on DRM-happy systems. 1227# Only install the nouveau and radeon firmwares on DRM-happy systems.
1228MKNOUVEAUFIRMWARE.x86_64= yes 1228MKNOUVEAUFIRMWARE.x86_64= yes
1229MKNOUVEAUFIRMWARE.i386= yes 1229MKNOUVEAUFIRMWARE.i386= yes
1230MKNOUVEAUFIRMWARE.aarch64= yes 1230MKNOUVEAUFIRMWARE.aarch64= yes
1231MKRADEONFIRMWARE.x86_64= yes 1231MKRADEONFIRMWARE.x86_64= yes
1232MKRADEONFIRMWARE.i386= yes 1232MKRADEONFIRMWARE.i386= yes
1233MKRADEONFIRMWARE.aarch64= yes 1233MKRADEONFIRMWARE.aarch64= yes
1234 1234
1235# Only install the tegra firmware on evbarm. 1235# Only install the tegra firmware on evbarm.
1236MKTEGRAFIRMWARE.evbarm= yes 1236MKTEGRAFIRMWARE.evbarm= yes
1237 1237
1238# Only build devicetree (dtb) files on armv6, armv7, and aarch64. 1238# Only build devicetree (dtb) files on armv6, armv7, and aarch64.
1239MKDTB.aarch64= yes 1239MKDTB.aarch64= yes
 1240MKDTB.aarch64eb= yes
1240MKDTB.earmv6= yes 1241MKDTB.earmv6= yes
1241MKDTB.earmv6hf= yes 1242MKDTB.earmv6hf= yes
1242MKDTB.earmv6eb= yes 1243MKDTB.earmv6eb= yes
1243MKDTB.earmv6hfeb= yes 1244MKDTB.earmv6hfeb= yes
1244MKDTB.earmv7= yes 1245MKDTB.earmv7= yes
1245MKDTB.earmv7hf= yes 1246MKDTB.earmv7hf= yes
1246MKDTB.earmv7eb= yes 1247MKDTB.earmv7eb= yes
1247MKDTB.earmv7hfeb= yes 1248MKDTB.earmv7hfeb= yes
1248 1249
1249# MesaLib.old and MesaLib7 go together, and MesaLib is alone. 1250# MesaLib.old and MesaLib7 go together, and MesaLib is alone.
1250HAVE_MESA_VER?= 18 1251HAVE_MESA_VER?= 18
1251.if ${HAVE_MESA_VER} == "10" 1252.if ${HAVE_MESA_VER} == "10"
1252EXTERNAL_MESALIB_DIR?= MesaLib.old 1253EXTERNAL_MESALIB_DIR?= MesaLib.old