summaryrefslogtreecommitdiff
path: root/sys/modules/sht3xtemp/Makefile
blob: db97ec99199e3adb6e220a8b7f3005f86d1b5601 (plain)
1
2
3
4
5
6
7
8
9
10
11
.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	sht3xtemp
IOCONF=	sht3xtemp.ioconf
SRCS=	sht3x.c

WARNS=	3

.include <bsd.kmodule.mk>