summaryrefslogtreecommitdiff
path: root/sys/modules/am2315temp/Makefile
blob: 3160c2f1041c4e40f53405ebb077b594e3fd74a8 (plain)
1
2
3
4
5
6
7
8
9
.include "../Makefile.inc"

.PATH:	${S}/dev/i2c

KMOD=	am2315temp
IOCONF=	am2315temp.ioconf
SRCS=	am2315.c

.include <bsd.kmodule.mk>