minix3/drivers/power/tps65217/Makefile

11 lines
276 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the tps65217 Power Management IC found on the BeagleBones
PROG= tps65217
SRCS= tps65217.c
DPADD+= ${LIBI2CDRIVER} ${LIBCLKCONF} ${LIBSYS} ${LIBTIMERS}
LDADD+= -li2cdriver -lclkconf -lsys -ltimers
CPPFLAGS+= -I${NETBSDSRCDIR}
.include <minix.service.mk>