summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2022-07-27 18:29:35 +0000
committermaya <maya@NetBSD.org>2022-07-27 18:29:35 +0000
commit85ded9c078263e2ef7ea2cb05250bc73d26ea565 (patch)
tree4f5bbb040005bb6981b301eb67cb5a8fc88c2df8 /sys/modules
parent50fba5fee58ba97153cf7525585a0a68d7919ca7 (diff)
Enable amdgpu module & firmware on x86
Make it easier to test this one out, add `load amdgpu` before boot netbsd. XXX there should probably be a drm block in sys/modules/Makefile which includes aarch64.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6413f511d4a..4f394b252f6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2022/07/17 15:36:05 riastradh Exp $
+# $NetBSD: Makefile,v 1.268 2022/07/27 18:29:35 maya Exp $
.include <bsd.own.mk>
@@ -356,6 +356,7 @@ SUBDIR+= drm
#SUBDIR+= drmkms_pci
#SUBDIR+= drmkms_ttm
SUBDIR+= i915drm
+SUBDIR+= amdgpu
#SUBDIR+= i915drmkms
#
# ISA modules