9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= fb
|
||
|
SUBDIR+= tda19988
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
.include <bsd.subdir.mk>
|