xref: /minix/minix/drivers/sensors/sht21/Makefile (revision 433d6423)
1# Makefile for the sht21 humidity and temp sensor found on the Weather Cape.
2PROG=	sht21
3SRCS=	sht21.c
4
5DPADD+=	${LIBI2CDRIVER} ${LIBCHARDRIVER} ${LIBSYS} ${LIBTIMERS}
6LDADD+=	-li2cdriver -lchardriver -lsys -ltimers
7
8CPPFLAGS+=	-I${NETBSDSRCDIR}
9
10.include <minix.service.mk>
11