tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / sensors / sht21 / Makefile
blobcbc417c45dc03e59fdd17d038374ecfe7bd8d5cc
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 CPPFLAGS+= -I${NETBSDSRCDIR}
10 .include <minix.service.mk>