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