etc/services - sync with NetBSD-8
[minix.git] / minix / drivers / video / tda19988 / Makefile
blobfe4358dc7aad183599af060218a5a9bf919c98fe
1 # Makefile for the tda19988 HDMI framer found on the BeagleBone Black.
2 PROG= tda19988
3 SRCS= tda19988.c
5 DPADD+= ${LIBI2CDRIVER} ${LIBBLOCKDRIVER} ${LIBSYS} ${LIBTIMERS}
6 LDADD+= -li2cdriver -lblockdriver -lsys -ltimers
8 CPPFLAGS+= -I${NETBSDSRCDIR}
10 .include <minix.service.mk>