Home | History | Annotate | Line # | Download | only in scmdi2c
      1 .include "../Makefile.inc"
      2 
      3 .PATH:	${S}/dev/i2c
      4 
      5 KMOD=	scmdi2c
      6 IOCONF=	scmdi2c.ioconf
      7 SRCS=	scmdi2c.c
      8 
      9 WARNS=	3
     10 
     11 .include <bsd.kmodule.mk>
     12