10 lines
162 B
Makefile
10 lines
162 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= bmp085
|
||
|
SUBDIR+= sht21
|
||
|
SUBDIR+= tsl2550
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|