summaryrefslogtreecommitdiff
path: root/minix/drivers/video/Makefile
blob: 747857337cc301c4378bd6709f78411bf650cae8 (plain)
1
2
3
4
5
6
7
8
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "earm"
SUBDIR+=	fb
SUBDIR+=	tda19988
.endif # ${MACHINE_ARCH} == "earm"

.include <bsd.subdir.mk>