tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / sensors / tsl2550 / Makefile
blob9dcec6387e0e0fedf9413c94225d5aa42272b3cb
1 # Makefile for the tsl2550 ambient light sensor found on the Weather Cape.
2 PROG= tsl2550
3 SRCS= tsl2550.c
5 DPADD+= ${LIBI2CDRIVER} ${LIBCHARDRIVER} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -li2cdriver -lchardriver -lsys -ltimers
8 CPPFLAGS+= -I${NETBSDSRCDIR}
10 .include <minix.service.mk>