Files
rpi_b/minix/drivers/sensors/Makefile
2014-11-27 20:56:49 +01:00

10 lines
203 B
Makefile

.include <bsd.own.mk>
.if ( (${MACHINE_ARCH} == "earm") || (${MACHINE_ARCH} == "earmv6hf") )
SUBDIR+= bmp085
SUBDIR+= sht21
SUBDIR+= tsl2550
.endif # ${MACHINE_ARCH} == "earm"
.include <bsd.subdir.mk>