minix/drivers/tps65950/Makefile
Thomas Cort bab2a34e1b tps65950: driver for the TPS65950 PMIC
Change-Id: I6b6163e59233d1f823f03550b949d53e1738a7f4
2013-08-09 12:41:43 +02:00

15 lines
294 B
Makefile

# 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
MAN=
BINDIR?= /usr/sbin
CPPFLAGS+= -I${NETBSDSRCDIR}
.include <minix.service.mk>