summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2011-08-09 11:12:02 +0000
committerjmcneill <jmcneill@NetBSD.org>2011-08-09 11:12:02 +0000
commit866a09a80751fa418e2b49fd51a13f3dedb744a9 (patch)
tree19886ec6b4e1238cc6984650a58dc363205496b7 /sys/modules
parent2244add19f0db46ab7335b47050786777617f2bd (diff)
include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile29
1 files changed, 23 insertions, 6 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b220a8bee4a..51daad13ef2 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2011/08/09 08:36:05 jruoho Exp $
+# $NetBSD: Makefile,v 1.84 2011/08/09 11:12:02 jmcneill Exp $
.include <bsd.own.mk>
@@ -15,8 +15,6 @@ SUBDIR+= coda5
SUBDIR+= compat
SUBDIR+= compat_ossaudio
SUBDIR+= coredump
-SUBDIR+= dtv
-SUBDIR+= dtv_math
SUBDIR+= efs
SUBDIR+= ext2fs
SUBDIR+= exec_script
@@ -164,11 +162,8 @@ SUBDIR+= viac7temp
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64"
SUBDIR+= aps
-SUBDIR+= au8522
-SUBDIR+= auvitek
SUBDIR+= finsio
SUBDIR+= itesio
-SUBDIR+= xc5k
.endif
.if ${MACHINE_CPU} == "m68k"
@@ -202,4 +197,26 @@ SUBDIR+= zfs
SUBDIR+= arch
.endif
+#
+# DTV modules
+#
+SUBDIR+= dtv
+SUBDIR+= dtv_math
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+# tuners/demods
+SUBDIR+= au8522
+SUBDIR+= cx24227
+SUBDIR+= lg3303
+SUBDIR+= mt2131
+SUBDIR+= nxt2k
+SUBDIR+= tvpll
+SUBDIR+= xc3028
+SUBDIR+= xc5k
+# hardware drivers
+SUBDIR+= auvitek
+SUBDIR+= coram
+SUBDIR+= cxdtv
+SUBDIR+= emdtv
+.endif
+
.include <bsd.subdir.mk>