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