summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2021-09-25 08:54:29 +0000
committermaya <maya@NetBSD.org>2021-09-25 08:54:29 +0000
commitaf4cbeb023aa2dc0956c43ae1bd1645ef8cd27b9 (patch)
tree68eb8ff07eac9e1aba997e1ebc67e3f80b1a5587 /sys/dev/microcode/radeon
parentb3b237a34adb0ad9165b64f43ec4d3dc8bb1bf94 (diff)
Move DRM-driver firmware from base to its own set, gpufw
This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality. Comments: Switched to a single MK tunable for it - that is probably unneeded. An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it.
Diffstat (limited to 'sys/dev/microcode/radeon')
-rw-r--r--sys/dev/microcode/radeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/radeon/Makefile b/sys/dev/microcode/radeon/Makefile
index a98deff17c7..fbda5597839 100644
--- a/sys/dev/microcode/radeon/Makefile
+++ b/sys/dev/microcode/radeon/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2019/09/03 15:34:08 riastradh Exp $
+# $NetBSD: Makefile,v 1.7 2021/09/25 08:54:31 maya Exp $
NOMAN= # defined
.include <bsd.own.mk>
-.if ${MKRADEONFIRMWARE} != "no"
+.if ${MKGPUFIRMWARE} != "no"
FILES= \
R100_cp.bin \