summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2010-07-05 20:32:23 +0000
committermrg <mrg@NetBSD.org>2010-07-05 20:32:23 +0000
commitad13e17661fbfbe9bd601d1b078fd2c15e2effcf (patch)
tree875a63b38552e24da071ec4fd484237b35100428 /sys/dev/microcode
parent83eca23e73b3baae830fe7c2fee8a567e2eab133 (diff)
move all the radeondrm firmware images into the filesystem. check that
some firmware sizes are the expected size. (XXX make all.) based upon similar changes seen in the linux radeon drm driver. this saves about 250KB in the kernel or module.
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r--sys/dev/microcode/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile
index 41df387d8fe..4594c036c17 100644
--- a/sys/dev/microcode/Makefile
+++ b/sys/dev/microcode/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2007/06/09 11:20:56 kiyohara Exp $
+# $NetBSD: Makefile,v 1.8 2010/07/05 20:32:24 mrg Exp $
SUBDIR+= ral rum zyd
+SUBDIR+= radeon
.include <bsd.subdir.mk>