11 lines
158 B
Makefile
11 lines
158 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= gpio
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
SUBDIR+= log
|
||
|
SUBDIR+= random
|
||
|
|
||
|
.include <bsd.subdir.mk>
|