Remove building with NOCRYPTO option
[minix3.git] / minix / drivers / sensors / sht21 / Makefile
blobc1676b31c5a5e6ed5ccbe699e8bcfc9de95785a0
1 # Makefile for the sht21 humidity and temp sensor found on the Weather Cape.
3 PROG= sht21
4 SRCS= sht21.c
6 FILES=${PROG}.conf
7 FILESNAME=${PROG}
8 FILESDIR= /etc/system.conf.d
10 DPADD+= ${LIBI2CDRIVER} ${LIBCHARDRIVER} ${LIBSYS} ${LIBTIMERS}
11 LDADD+= -li2cdriver -lchardriver -lsys -ltimers
13 CPPFLAGS+= -I${NETBSDSRCDIR}
15 .include <minix.service.mk>