xref: /minix/minix/drivers/power/tps65217/Makefile (revision 83133719)
1# Makefile for the tps65217 Power Management IC found on the BeagleBones
2PROG=	tps65217
3SRCS=	tps65217.c
4
5DPADD+= ${LIBI2CDRIVER} ${LIBCLKCONF} ${LIBSYS} ${LIBTIMERS}
6LDADD+= -li2cdriver -lclkconf -lsys -ltimers
7
8CPPFLAGS+=      -I${NETBSDSRCDIR}
9
10.include <minix.service.mk>
11