module glue for dtv

This commit is contained in:
jmcneill 2011-07-09 14:53:37 +00:00
parent 6102d1726d
commit 729d6c10cf
2 changed files with 25 additions and 0 deletions

16
sys/modules/dtv/Makefile Normal file
View File

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2011/07/09 14:53:37 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/dtv
KMOD= dtv
IOCONF= dtv.ioconf
SRCS= dtv_buffer.c \
dtv_device.c \
dtv_ioctl.c \
dtv_scatter.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,9 @@
# $NetBSD: dtv.ioconf,v 1.1 2011/07/09 14:53:37 jmcneill Exp $
ioconf dtv
include "conf/files"
include "dev/dtv/files.dtv"
pseudo-root dtvbus*
dtv* at dtvbus?