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