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