Module Name:    src
Committed By:   jmcneill
Date:           Sun Jan 19 00:57:18 UTC 2020

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

Log Message:
Install nouveau and radeon firmware on aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.1172 -r1.1173 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.1172 src/share/mk/bsd.own.mk:1.1173
--- src/share/mk/bsd.own.mk:1.1172	Fri Jan 17 16:26:12 2020
+++ src/share/mk/bsd.own.mk	Sun Jan 19 00:57:18 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1172 2020/01/17 16:26:12 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1173 2020/01/19 00:57:18 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1174,8 +1174,10 @@ MKFIRMWARE.sparc64=		yes
 # Only install the nouveau and radeon firmwares on DRM-happy systems.
 MKNOUVEAUFIRMWARE.x86_64=	yes
 MKNOUVEAUFIRMWARE.i386=		yes
+MKNOUVEAUFIRMWARE.aarch64=	yes
 MKRADEONFIRMWARE.x86_64=	yes
 MKRADEONFIRMWARE.i386=		yes
+MKRADEONFIRMWARE.aarch64=	yes
 
 # Only install the tegra firmware on evbarm.
 MKTEGRAFIRMWARE.evbarm=		yes

Reply via email to