xref: /minix/minix/drivers/power/tps65950/Makefile (revision 7f5f010b)
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