summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-03-25 09:49:00 +0000
committernia <nia@NetBSD.org>2021-03-25 09:49:00 +0000
commit3124fd83cde1a337763048d657d2e3997bcc6aa2 (patch)
tree8db83627096f5fdfd9d70a39edd371f59c132b04 /sys/modules
parent10bf07b524dc902e25440d01dec5c87410317bfd (diff)
don't restrict pad module to i386 and amd64.
- module build tested on amiga, vax, i386, amd64, evbarm. - build.sh release tested on i386. - pad module functionality tested on aarch64.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index a7a46c4e8bf..c228482365a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.248 2020/11/01 18:51:02 pgoyette Exp $
+# $NetBSD: Makefile,v 1.249 2021/03/25 09:49:00 nia Exp $
.include <bsd.own.mk>
@@ -129,6 +129,7 @@ SUBDIR+= null
SUBDIR+= onewire
SUBDIR+= opencrypto
SUBDIR+= overlay
+SUBDIR+= pad
SUBDIR+= pciverbose
SUBDIR+= pf
SUBDIR+= ppp_bsdcomp
@@ -342,7 +343,6 @@ SUBDIR+= drmkms_linux
SUBDIR+= drmkms_pci
SUBDIR+= i915drm
SUBDIR+= i915drmkms
-SUBDIR+= pad
#
# ISA modules
#