summaryrefslogtreecommitdiff
path: root/minix/drivers/power/tps65950/Makefile
blob: 027aa8b36122249a26d45934a2417a3cb1e3a08a (plain)
1
2
3
4
5
6
7
8
9
10
# Makefile for the tps65950 PMIC found on the BeagleBoard-xM.
PROG=   tps65950
SRCS=   tps65950.c tps65950.h rtc.c rtc.h

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

CPPFLAGS+=      -I${NETBSDSRCDIR}

.include <minix.service.mk>