summaryrefslogtreecommitdiff
path: root/minix/drivers/sensors/Makefile
blob: 071d48cb963e4fdae5cbf5d8e037dfb30d303912 (plain)
1
2
3
4
5
6
7
8
9
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "earm"
SUBDIR+=	bmp085
SUBDIR+=	sht21
SUBDIR+=	tsl2550
.endif # ${MACHINE_ARCH} == "earm"

.include <bsd.subdir.mk>