blob: d79636b8693f0fa06c8c97d99e8eeeb1a7f7cc16 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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>
|