custom message type for VM_INFO
[minix3.git] / drivers / sht21 / Makefile
blob03d248d4b1594e5a80bdf8a7973ec2730b69e38b
1 # Makefile for the sht21 humidity and temp sensor found on the Weather Cape.
2 PROG= sht21
3 SRCS= sht21.c
5 DPADD+= ${LIBI2CDRIVER} ${LIBCHARDRIVER} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -li2cdriver -lchardriver -lsys -ltimers
8 MAN=
10 BINDIR?= /usr/sbin
12 CPPFLAGS+= -I${NETBSDSRCDIR}
14 .include <minix.service.mk>