xref: /minix3/minix/drivers/power/tps65950/Makefile (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1# Makefile for the tps65950 PMIC found on the BeagleBoard-xM.
2PROG=   tps65950
3SRCS=   tps65950.c tps65950.h rtc.c rtc.h
4
5DPADD+= ${LIBI2CDRIVER} ${LIBSYS} ${LIBTIMERS}
6LDADD+= -li2cdriver -lsys -ltimers
7
8CPPFLAGS+=      -I${NETBSDSRCDIR}
9
10.include <minix.service.mk>
11