summaryrefslogtreecommitdiff
path: root/minix/drivers/video/tda19988/Makefile
blob: fe4358dc7aad183599af060218a5a9bf919c98fe (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for the tda19988 HDMI framer found on the BeagleBone Black.
PROG=	tda19988
SRCS=	tda19988.c

DPADD+=	${LIBI2CDRIVER} ${LIBBLOCKDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+=	-li2cdriver -lblockdriver -lsys -ltimers

CPPFLAGS+=	-I${NETBSDSRCDIR}

.include <minix.service.mk>