module glue for nxt2k, tvpll, cxdtv
This commit is contained in:
parent
dfd3ee6ea9
commit
6f144888fd
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:13 jmcneill Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/pci
|
||||
|
||||
KMOD= cxdtv
|
||||
IOCONF= cxdtv.ioconf
|
||||
SRCS= cxdtv.c cxdtv_boards.c
|
||||
|
||||
WARNS= 4
|
||||
|
||||
.include <bsd.kmodule.mk>
|
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: cxdtv.ioconf,v 1.1 2011/07/14 23:50:13 jmcneill Exp $
|
||||
|
||||
ioconf cxdtv
|
||||
|
||||
include "conf/files"
|
||||
include "dev/pci/files.pci"
|
||||
|
||||
pseudo-root pci*
|
||||
|
||||
cxdtv* at pci? dev ? function ?
|
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:12 jmcneill Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/i2c
|
||||
|
||||
KMOD= nxt2k
|
||||
SRCS= nxt2k.c
|
||||
|
||||
WARNS= 4
|
||||
|
||||
.include <bsd.kmodule.mk>
|
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2011/07/14 23:50:12 jmcneill Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${S}/dev/i2c
|
||||
|
||||
KMOD= tvpll
|
||||
SRCS= tvpll.c tvpll_tuners.c
|
||||
|
||||
WARNS= 4
|
||||
|
||||
.include <bsd.kmodule.mk>
|
Loading…
Reference in New Issue