tools/llvm: Do not build with symbols
[minix3.git] / minix / drivers / sensors / Makefile
blob071d48cb963e4fdae5cbf5d8e037dfb30d303912
1 .include <bsd.own.mk>
3 .if ${MACHINE_ARCH} == "earm"
4 SUBDIR+= bmp085
5 SUBDIR+= sht21
6 SUBDIR+= tsl2550
7 .endif # ${MACHINE_ARCH} == "earm"
9 .include <bsd.subdir.mk>