Remove building with NOCRYPTO option
[minix3.git] / minix / drivers / sensors / tsl2550 / Makefile
blob6afbbecd5f20d6111771d130cec46e9b1e788f2a
1 # Makefile for the tsl2550 ambient light sensor found on the Weather Cape.
3 PROG= tsl2550
4 SRCS= tsl2550.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>