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