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