add module glue for lg3303, xc3028, emdtv

This commit is contained in:
jmcneill 2011-07-11 18:04:32 +00:00
parent 51f58a8a87
commit f00b760ccb
4 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/usb
KMOD= emdtv
IOCONF= emdtv.ioconf
SRCS= emdtv.c
SRCS+= emdtv_board.c
SRCS+= emdtv_dtv.c
SRCS+= emdtv_i2c.c
SRCS+= emdtv_ir.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,10 @@
# $NetBSD: emdtv.ioconf,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
ioconf emdtv
include "conf/files"
include "dev/usb/files.usb"
pseudo-root uhub*
emdtv* at uhub?

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= lg3303
SRCS= lg3303.c
WARNS= 4
.include <bsd.kmodule.mk>

View File

@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1 2011/07/11 18:04:32 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/i2c
KMOD= xc3028
SRCS= xc3028.c
WARNS= 4
.include <bsd.kmodule.mk>